-
-
Notifications
You must be signed in to change notification settings - Fork 82
Command Line Arguments
To run CEmu from the command line, use the name of the CEmu program followed by the various switches. Some switches require an additional argument; see below for the various types of available switches.
CEmu [SWITCHES]
-s [FILE]
|--send [FILE]
Sends FILE to the emulator. This forces a calculator reset. To specify multiple files, simply add a the switch before the argument, i.e:
-s [FILE1] -s [FILE2] -s [FILEN]
-a [FILE]
|--send-arch [FILE]
Behaves just like the -s switch, but forces files to be stored in the archive.
-m [FILE]
|--send-ram [FILE]
Behaves just like the -s switch, but forces files to be stored in RAM.
-r [ROMFILE]
|--rom [ROMFILE]
Forces CEmu to load ROMFILE rather than the configured ROM image.
-t [AUTOTESTFILE]
|--auto-test [AUTOTESTFILE]
CEmu forces a calculator reset and runs AUTOTESTFILE using the AutoTester.
--no-test-dialog
Suppresses the output of the test statistics from the AutoTester
-g [FILE]
|--settings [FILE]
Uses
FILE
to load the configured settings. This is stored inside an ini configuration file.
-i [IMAGE]
|--image [IMAGE]
CEmu uses the image file IMAGE to begin emulation
-d [FILE]
|--debug-info [FILE]
Imports the debugging information from FILE and places it in the CEmu debugger
-u
|--unthrottled
Sets CEmu to run at unthrottled speed after boot
-n
|--no-state
Do not load the saved image state from the settings