You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ This is an emulator for the Commander X16 computer system. It only depends on SD
4
4
5
5
## Starting
6
6
7
-
* When starting `x16emu` without arguments, it will pick up the system ROM (`rom.bin`) and the character ROM (`chargen.bin`).
7
+
You can start `x16emu`/`x16emu.exe` either by double-clicking it, or from the command line. The latter allows you to specify additional arguments.
8
+
9
+
* When starting `x16emu` without arguments, it will pick up the system ROM (`rom.bin`) and the character ROM (`chargen.bin`) from the executable's directory.
8
10
* The system ROM and character ROM filenames/paths can be overridden with the `-rom` and `-char` command line arguments.
9
11
*`-sdcard` lets you specify an SD card image (partition table + FAT32).
10
12
*`-prg` leys you specify a `.prg` file that gets injected into RAM after start.
@@ -76,6 +78,7 @@ Copyright (c) 2019 Michael Steil. All rights reserved. License: 2-clause BSD
76
78
* Command line overhaul. Supports `-rom`, `-char`, `-sdcard` and `-prg`.
77
79
* ROM and char filename defaults, so x16emu can be started without arguments.
0 commit comments