|
|
Line 1: |
Line 1: |
| moved to doc/commandline-checking.txt for the time being
| | #REDIRECT [[Resource_and_Cmdline_checking]] |
| | |
| <pre>aciacore.c as included from c64/cart/c64acia1.c:
| |
| aciacore.c as included from cbm2/cbm2acia1.c:
| |
| aciacore.c as included from pet/petacia1.c:
| |
| aciacore.c as included from plus4/plus4acia.c:
| |
| ------------------------------------------------
| |
| command line: -myaciadev <0-3>
| |
| description: "Specify RS232 device this ACIA should work on"
| |
| resource: "Acia1Dev"
| |
| action: N/A
| |
| | |
| arch/amigaos/joy.c:
| |
| -------------------
| |
| command line: -joydev1 <number>
| |
| description: "Joystick #1 emulation: (0: None, 1: Numpad, 2: Keyset A/AI, 3: Keyset B/AI)"
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/amigaos/joy.c:
| |
| -------------------
| |
| command line: -joydev2 <number>
| |
| description: "Joystick #2 emulation: (0: None, 1: Numpad, 2: Keyset A/AI, 3: Keyset B/AI)"
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/amigaos/joy.c:
| |
| -------------------
| |
| command line: -extrajoydev1 <number>
| |
| description: "Extra joystick #1 emulation: (0: None, 1: Numpad, 2: Keyset A/AI, 3: Keyset B/AI)"
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/amigaos/joy.c:
| |
| -------------------
| |
| command line: -extrajoydev2 <number>
| |
| description: "Extra joystick #2 emulation: (0: None, 1: Numpad, 2: Keyset A/AI, 3: Keyset B/AI)"
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/amigaos/joyll.c:
| |
| ---------------------
| |
| command line: -joydev1 <number>
| |
| description: "Joystick #1 emulation: (0: None, 1: Numpad, 2-5: Amiga Joy 0-3)"
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/amigaos/joyll.c:
| |
| ---------------------
| |
| command line: -joydev2 <number>
| |
| description: "Joystick #2 emulation: (0: None, 1: Numpad, 2-5: Amiga Joy 0-3)"
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/amigaos/joyll.c:
| |
| ---------------------
| |
| command line: -extrajoydev1 <number>
| |
| description: "Extra joystick #1 emulation: (0: None, 1: Numpad, 2-5: Amiga Joy 0-3)"
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/amigaos/joyll.c:
| |
| ---------------------
| |
| command line: -extrajoydev2 <number>
| |
| description: "Extra joystick #2 emulation: (0: None, 1: Numpad, 2-5: Amiga Joy 0-3)"
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/amigaos/uiapi.c:
| |
| ---------------------
| |
| command line: -saveres
| |
| description: "Save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/amigaos/uiapi.c:
| |
| ---------------------
| |
| command line: +saveres
| |
| description: "Never save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/amigaos/uiapi.c:
| |
| ---------------------
| |
| command line: -confirmexit
| |
| description: "Confirm quiting VICE"
| |
| resource: "ConfirmOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/amigaos/uiapi.c:
| |
| ---------------------
| |
| command line: +confirmexit
| |
| description: "Never confirm quiting VICE"
| |
| resource: "ConfirmOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/beos/joy.cc:
| |
| -----------------
| |
| command line: -joydev1 <number>
| |
| description: "Set input device for joystick #1" (fixme: needs better description)
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/beos/joy.cc:
| |
| -----------------
| |
| command line: -joydev2 <number>
| |
| description: "Set input device for joystick #2" (fixme: needs better description)
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/beos/joy.cc:
| |
| -----------------
| |
| command line: -extrajoydev1 <number>
| |
| description: "Set input device for extra joystick #1" (fixme: needs better description)
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/beos/joy.cc:
| |
| -----------------
| |
| command line: -extrajoydev2 <number>
| |
| description: "Set input device for extra joystick #" (fixme: needs better description)
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/beos/kbd.c:
| |
| ----------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of used keymap" (fixme: needs better description)
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| arch/beos/video.cc:
| |
| -------------------
| |
| command line: -directwindow
| |
| description: "Enable BeOS DirectWindow API"
| |
| resource: "DirectWindow" (set to 1)
| |
| action: N/A
| |
| | |
| arch/beos/video.cc:
| |
| -------------------
| |
| command line: +directwindow
| |
| description: "Disable BeOS DirectWindow API"
| |
| resource: "DirectWindow" (set to 0)
| |
| action: N/A
| |
| | |
| arch/msdos/joy.c:
| |
| -----------------
| |
| command line: -joydev1 <number>
| |
| description: "Set input device for joystick #1" (fixme: needs better description)
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/msdos/joy.c:
| |
| -----------------
| |
| command line: -joydev2 <number>
| |
| description: "Set input device for joystick #2" (fixme: needs better description)
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/msdos/joy.c:
| |
| -----------------
| |
| command line: -extrajoydev1 <number>
| |
| description: "Set input device for extra joystick #1" (fixme: needs better description)
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/msdos/joy.c:
| |
| -----------------
| |
| command line: -extrajoydev2 <number>
| |
| description: "Set input device for extra joystick #2" (fixme: needs better description)
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/msdos/ui.c:
| |
| ----------------
| |
| command line: -leds
| |
| description: "Enable usage of PC keyboard LEDs"
| |
| resource: "UseLeds" (set to 1)
| |
| action: N/A
| |
| | |
| arch/msdos/ui.c:
| |
| ----------------
| |
| command line: +leds
| |
| description: "Disable usage of PC keyboard LEDs"
| |
| resource: "UseLeds" (set to 0)
| |
| action: N/A
| |
| | |
| arch/msdos/ui.c:
| |
| ----------------
| |
| command line: +statusbar
| |
| description: "Disable the Statusbar"
| |
| resource: "ShowStatusbar" (set to 0)
| |
| action: N/A
| |
| | |
| arch/msdos/ui.c:
| |
| ----------------
| |
| command line: -statusbar
| |
| description: "Enable the Statusbar"
| |
| resource: "ShowStatusbar" (set to 1)
| |
| action: N/A
| |
| | |
| arch/msdos/video.c:
| |
| -------------------
| |
| command line: -vgamode <mode>
| |
| description: "Set VGA mode to <mode>. (0:320x200x8, 1:360x240x8, 2:360x270x8, 3:376x282x8, 4:400x300x8, 5:640x480x8, 6:800x600x8, 7:1024x768x8, 8:320x200x16, 9:400x300x16, 10:640x480x16, 11:800x600x16, 12:1024x768x16, 13:640x480x32, 14:800x600x32, 15:1024x768x32)"
| |
| resource: "VGAMode"
| |
| action: N/A
| |
| | |
| arch/msdos/video.c:
| |
| -------------------
| |
| command line: -triplebuf
| |
| description: "Try to use triple buffering when possible"
| |
| resource: "TripleBuffering" (set to 1)
| |
| action: N/A
| |
| | |
| arch/msdos/video.c:
| |
| -------------------
| |
| command line: +triplebuf
| |
| description: "Disable usage of triple buffering"
| |
| resource: "TripleBuffering" (set to 0)
| |
| action: N/A
| |
| | |
| arch/msdos/vsync.c:
| |
| -------------------
| |
| command line: -speed <percent>
| |
| description: "Limit emulation speed to specified value"
| |
| resource: "Speed"
| |
| action: N/A
| |
| | |
| arch/msdos/vsync.c:
| |
| -------------------
| |
| command line: -refresh <value>
| |
| description: "Update every <value> frames (`0' for automatic)"
| |
| resource: "RefreshRate"
| |
| action: N/A
| |
| | |
| arch/msdos/vsync.c:
| |
| -------------------
| |
| command line: -warp
| |
| description: "Enable warp mode"
| |
| resource: "WarpMode" (set to 1)
| |
| action: N/A
| |
| | |
| arch/msdos/vsync.c:
| |
| -------------------
| |
| command line: +warp
| |
| description: "Disable warp mode"
| |
| resource: "WarpMode" (set to 0)
| |
| action: N/A
| |
| | |
| arch/os2/joy.c:
| |
| ---------------
| |
| command line: -joy1cal
| |
| description: "Start auto calibration for PC joystick #1"
| |
| resource: N/A
| |
| action: set_joyA_autoCal()
| |
| | |
| arch/os2/joy.c:
| |
| ---------------
| |
| command line: -joy2cal
| |
| description: "Start auto calibration for PC joystick #2"
| |
| resource: N/A
| |
| action: set_joyB_autoCal()
| |
| | |
| arch/os2/joy.c:
| |
| ---------------
| |
| command line: -joydev1 <number>
| |
| description: "Set input device for CBM joystick port #1" (fixme: needs better description)
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/os2/joy.c:
| |
| ---------------
| |
| command line: -joydev2 <number>
| |
| description: "Set input device for CBM joystick port #2" (fixme: needs better description)
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/os2/joy.c:
| |
| ---------------
| |
| command line: -extrajoydev1 <number>
| |
| description: "Set input device for extra CBM joystick port #1" (fixme: needs better description)
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/os2/joy.c:
| |
| ---------------
| |
| command line: -extrajoydev2 <number>
| |
| description: "Set input device for extra CBM joystick port #2" (fixme: needs better description)
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap-pet.c:
| |
| ------------------------
| |
| command line: -grsymkeymap <name>
| |
| description: "Specify the name of the graphics keyboard symbolic keymap file"
| |
| resource: "KeymapGraphicsSymFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap-pet.c:
| |
| ------------------------
| |
| command line: -grposkeymap <name>
| |
| description: "Specify the name of the graphics keyboard positional keymap file"
| |
| resource: "KeymapGraphicsPosFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap-pet.c:
| |
| ------------------------
| |
| command line: -buksymkeymap <name>
| |
| description: "Specify the name of the UK business keyboard symbolic keymap file"
| |
| resource: "KeymapBusinessUKSymFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap-pet.c:
| |
| ------------------------
| |
| command line: -bukposkeymap <name>
| |
| description: "Specify the name of the UK business keyboard positional keymap file"
| |
| resource: "KeymapBusinessUKPosFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap-pet.c:
| |
| ------------------------
| |
| command line: -bdesymkeymap <name>
| |
| description: "Specify the name of the German business keyboard symbolic keymap file"
| |
| resource: "KeymapBusinessDESymFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap-pet.c:
| |
| ------------------------
| |
| command line: -bdeposkeymap <name>
| |
| description: "Specify the name of the German business keyboard positional keymap file"
| |
| resource: "KeymapBusinessDEPosFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap.c:
| |
| --------------------
| |
| command line: -symkeymap <name>
| |
| description: "Specify the name of the symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| arch/os2/kbd/kmap.c:
| |
| --------------------
| |
| command line: -poskeymap <name>
| |
| description: "Specify the name of the positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| arch/os2/mousedrv.c:
| |
| --------------------
| |
| command line: -hidemouseptr
| |
| description: "Enable hiding of mouse pointer inside the window"
| |
| resource: "HideMousePtr" (set to 1)
| |
| action: N/A
| |
| | |
| arch/os2/mousedrv.c:
| |
| --------------------
| |
| command line: +hidemouseptr
| |
| description: "Disable hiding of mouse pointer inside the window"
| |
| resource: "HideMousePtr" (set to 0)
| |
| action: N/A
| |
| | |
| arch/os2/ui.c:
| |
| --------------
| |
| command line: -leds
| |
| description: "Enable usage of PC keyboard LEDs"
| |
| resource: "UseLeds" (set to 1)
| |
| action: N/A
| |
| | |
| arch/os2/ui.c:
| |
| --------------
| |
| command line: +leds
| |
| description: "Disable usage of PC keyboard LEDs"
| |
| resource: "UseLeds" (set to 0)
| |
| action: N/A
| |
| | |
| arch/os2/video.c:
| |
| -----------------
| |
| command line: -stretch <number>
| |
| description: "Specify stretch factor for PM Windows (1,2,3,...)"
| |
| resource: "WindowStretchFactor"
| |
| action: N/A
| |
| | |
| arch/os2/video.c:
| |
| -----------------
| |
| command line: -border <number>
| |
| description: "Specify window border type (0=no border, 1=small, 2=dialog)"
| |
| resource: "PMBorderType"
| |
| action: N/A
| |
| | |
| arch/os2/video.c:
| |
| -----------------
| |
| command line: -menu
| |
| description: "Enable Main Menu Bar"
| |
| resource: "Menubar" (set to 1)
| |
| action: N/A
| |
| | |
| arch/os2/video.c:
| |
| -----------------
| |
| command line: +menu
| |
| description: "Disable Main Menu Bar"
| |
| resource: "Menubar" (set to 0)
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -joymap <name>
| |
| description: "Specify name of joystick map file"
| |
| resource: "JoyMapFile"
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -joythreshold <0-32767>
| |
| description: "Set joystick threshold"
| |
| resource: "JoyThreshold"
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -joyfuzz <0-32767>
| |
| description: "Set joystick fuzz"
| |
| resource: "JoyFuzz"
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -joydev1 <0-4> / <0-3>
| |
| description: "Set device for joystick port 1"
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -joydev2 <0-4> / <0-3>
| |
| description: "Set device for joystick port 2"
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -extrajoydev1 <0-4> / <0-3>
| |
| description: "Set device for extra joystick port 1"
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/sdl/joy.c:
| |
| ---------------
| |
| command line: -extrajoydev2 <0-4> / <0-3>
| |
| description: "Set device for extra joystick port 2"
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukey <key>
| |
| description: "Keycode of the menu activate key"
| |
| resource: "MenuKey"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeyup <key>
| |
| description: "Keycode of the menu up key"
| |
| resource: "MenuKeyUp"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeydown <key>
| |
| description: "Keycode of the menu down key"
| |
| resource: "MenuKeyDown"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeyleft <key>
| |
| description: "Keycode of the menu left key"
| |
| resource: "MenuKeyLeft"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeyright <key>
| |
| description: "Keycode of the menu right key"
| |
| resource: "MenuKeyRight"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeyselect <key>
| |
| description: "Keycode of the menu select key"
| |
| resource: "MenuKeySelect"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeycancel <key>
| |
| description: "Keycode of the menu cancel key"
| |
| resource: "MenuKeyCancel"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeyexit <key>
| |
| description: "Keycode of the menu exit key"
| |
| resource: "MenuKeyExit"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -menukeymap <key>
| |
| description: "Keycode of the menu map key"
| |
| resource: "MenuKeyMap"
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -saveresourcesonexit
| |
| description: "Enable saving of the resources on exit"
| |
| resource: "SaveResourcesOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: +saveresourcesonexit
| |
| description: "Disable saving of the resources on exit"
| |
| resource: "SaveResourcesOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -confirmonexit
| |
| description: "Enable confirm on exit"
| |
| resource: "ConfirmOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: +confirmonexit
| |
| description: "Disable confirm on exit"
| |
| resource: "ConfirmOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: -statusbar
| |
| description: "Enable statusbar"
| |
| resource: "SDLStatusbar" (set to 1)
| |
| action: N/A
| |
| | |
| arch/sdl/ui.c:
| |
| --------------
| |
| command line: +statusbar
| |
| description: "Disable statusbar"
| |
| resource: "SDLStatusbar" (set to 0)
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdlbitdepth <bpp>
| |
| description: "Set bitdepth (0 = current, 8, 15, 16, 24, 32)"
| |
| resource: "SDLBitdepth"
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdllimitmode <mode>
| |
| description: "Set resolution limiting mode (0 = off, 1 = max, 2 = fixed)"
| |
| resource: "SDLLimitMode"
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdlcustomw <width>
| |
| description: "Set custom resolution width"
| |
| resource: "SDLCustomWidth"
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdlcustomh <height>
| |
| description: "Set custom resolution height"
| |
| resource: "SDLCustomHeight"
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdlaspectmode <mode>
| |
| description: "Set aspect ratio mode (0 = off, 1 = custom, 2 = true)"
| |
| resource: "SDLGLAspectMode"
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -aspect <aspect ratio>
| |
| description: "Set custom aspect ratio (0.5 - 2.0)"
| |
| resource: "AspectRatio"
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdlflipx
| |
| description: "Enable X flip"
| |
| resource: "SDLGLFlipX" (set to 1)
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: +sdlflipx
| |
| description: "Disable X flip"
| |
| resource: "SDLGLFlipX" (set to 0)
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: -sdlflipy
| |
| description: "Enable Y flip"
| |
| resource: "SDLGLFlipY" (set to 1)
| |
| action: N/A
| |
| | |
| arch/sdl/video.c:
| |
| -----------------
| |
| command line: +sdlflipy
| |
| description: "Disable Y flip"
| |
| resource: "SDLGLFlipY" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/joy.c:
| |
| ----------------
| |
| command line: -joydev1 <0-13> / <0-11> / <0-9>
| |
| description: "Set device for joystick port 1"
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/unix/joy.c:
| |
| ----------------
| |
| command line: -joydev2 <0-13> / <0-11> / <0-9>
| |
| description: "Set device for joystick port 2"
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/unix/joy.c:
| |
| ----------------
| |
| command line: -extrajoydev1 <0-13> / <0-11> / <0-9>
| |
| description: "Set device for extra joystick port 1"
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/unix/joy.c:
| |
| ----------------
| |
| command line: -extrajoydev2 <0-13> / <0-11> / <0-9>
| |
| description: "Set device for extra joystick port 2"
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/mousedrv.m:
| |
| ----------------------------------
| |
| command line: -mousescalex <1-8>
| |
| description: "Set scaling factor for mouse movement along X"
| |
| resource: "MouseScaleX"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/mousedrv.m:
| |
| ----------------------------------
| |
| command line: -mousescaley <1-8>
| |
| description: "Set scaling factor for mouse movement along Y"
| |
| resource: "MouseScaleY"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/ui-cmdline-options.c:
| |
| --------------------------------------------
| |
| command line: -saveres
| |
| description: "Save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/ui-cmdline-options.c:
| |
| --------------------------------------------
| |
| command line: +saveres
| |
| description: "Never save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/ui-cmdline-options.c:
| |
| --------------------------------------------
| |
| command line: +confirmexit
| |
| description: "Never confirm quitting VICE"
| |
| resource: "ConfirmOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/ui-cmdline-options.c:
| |
| --------------------------------------------
| |
| command line: -confirmexit
| |
| description: "Confirm quitting VICE"
| |
| resource: "ConfirmOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/video.m:
| |
| -------------------------------
| |
| command line: -syncdrawmode <0-2>
| |
| description: "Enable draw synchronization to vertical blank" (fixme: needs better description)
| |
| resource: "SyncDrawMode"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/video.m:
| |
| -------------------------------
| |
| command line: -syncdrawbuffers <0-8>
| |
| description: "Set number of buffers used for sync draw (0=use default)"
| |
| resource: "SyncDrawBuffers"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/video.m:
| |
| -------------------------------
| |
| command line: -syncdrawflickerfix
| |
| description: "Enable flicker fixing in sync draw"
| |
| resource: "SyncDrawFlickerFix" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/video.m:
| |
| -------------------------------
| |
| command line: +syncdrawflickerfix
| |
| description: "Disable flicker fixing in sync draw"
| |
| resource: "SyncDrawFlickerFix" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/video.m:
| |
| -------------------------------
| |
| command line: -trueaspect
| |
| description: "Enable true aspect ratio"
| |
| resource: "TrueAspectRatio" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/cocoa/video.m:
| |
| -------------------------------
| |
| command line: +trueaspect
| |
| description: "Disable true aspect ratio"
| |
| resource: "TrueAspectRatio" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAdevice <vid:pid:sn>
| |
| description: "Set HID A device" (fixme: needs better description)
| |
| resource: "JoyADevice"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAxaxis <X,Y,Z,Rx,Ry,Rz>
| |
| description: "Set X Axis for HID A device" (fixme: needs better description)
| |
| resource: "JoyAXAxis"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAyaxis <X,Y,Z,Rx,Ry,Rz>
| |
| description: "Set Y Axis for HID A device" (fixme: needs better description)
| |
| resource: "JoyAYAxis"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAbuttons <f:af:l:r:u:d>
| |
| description: "Set Buttons for HID A device" (fixme: needs better description)
| |
| resource: "JoyAButtons"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAautobuttons <af1:af2:af1p:af1r:af2p:af2r>
| |
| description: "Set Auto Fire Buttons for HID A device" (fixme: needs better description)
| |
| resource: "JoyAAutoButtons"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAxthreshold <0-100>
| |
| description: "Set X Axis Threshold in Percent of HID A device"
| |
| resource: "JoyAXThreshold"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAythreshold <0-100>
| |
| description: "Set Y Axis Threshold in Percent of HID A device"
| |
| resource: "JoyAYThreshold"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBdevice <vid:pid:sn>
| |
| description: "Set HID B device" (fixme: needs better description)
| |
| resource: "JoyBDevice"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBxaxis <X,Y,Z,Rx,Ry,Rz>
| |
| description: "Set X Axis for HID B device" (fixme: needs better description)
| |
| resource: "JoyBXAxis"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyByaxis <X,Y,Z,Rx,Ry,Rz>
| |
| description: "Set Y Axis for HID B device" (fixme: needs better description)
| |
| resource: "JoyBYAxis"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBbuttons <f:af:l:r:u:d>
| |
| description: "Set Buttons for HID B device" (fixme: needs better description)
| |
| resource: "JoyBButtons"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBautobuttons <af1:af2:af1p:af1r:af2p:af2r>
| |
| description: "Set Auto Fire Buttons for HID B device" (fixme: needs better description)
| |
| resource: "JoyBAutoButtons"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBxthreshold <0-100>
| |
| description: "Set X Axis Threshold in Percent of HID B device"
| |
| resource: "JoyBXThreshold"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBythreshold <0-100>
| |
| description: "Set Y Axis Threshold in Percent of HID B device"
| |
| resource: "JoyBYThreshold"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyAhatswitch <0-n>
| |
| description: "Set Hat Switch for Joystick of HID A device"
| |
| resource: "JoyAHatSwitch"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joyBhatswitch <0-n>
| |
| description: "Set Hat Switch for Joystick of HID B device"
| |
| resource: "JoyBHatSwitch"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joydev1 <0-5>
| |
| description: "Set device for joystick port 1"
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -joydev2 <0-5>
| |
| description: "Set device for joystick port 2"
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -extrajoydev1 <0-5>
| |
| description: "Set device for extra joystick port 1"
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/joy.c:
| |
| -----------------------
| |
| command line: -extrajoydev2 <0-5>
| |
| description: "Set device for extra joystick port 2"
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/mididrv.c:
| |
| ---------------------------
| |
| command line: -midiname <Name>
| |
| description: "Name of MIDI Client"
| |
| resource: "MIDIName"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/mididrv.c:
| |
| ---------------------------
| |
| command line: -midiinname <Name>
| |
| description: "Name of MIDI-In Port"
| |
| resource: "MIDIInName"
| |
| action: N/A
| |
| | |
| arch/unix/macosx/mididrv.c:
| |
| ---------------------------
| |
| command line: -midioutname <Name>
| |
| description: "Name of MIDI-Out Port"
| |
| resource: "MIDIOutName"
| |
| action: N/A
| |
| | |
| arch/unix/mididrv.c:
| |
| --------------------
| |
| command line: -midiin <Name>
| |
| description: "Specify MIDI-In device"
| |
| resource: "MIDIInDev"
| |
| action: N/A
| |
| | |
| arch/unix/mididrv.c:
| |
| --------------------
| |
| command line: -midiout <Name>
| |
| description: "Specify MIDI-Out device"
| |
| resource: "MIDIOutDev"
| |
| action: N/A
| |
| | |
| arch/unix/mididrv.c:
| |
| --------------------
| |
| command line: -mididrv <Driver>
| |
| description: "Specify MIDI driver (0 = OSS, 1 = ALSA)"
| |
| resource: "MIDIDriver"
| |
| action: N/A
| |
| | |
| arch/unix/rs232.c:
| |
| ------------------
| |
| command line: -rsdev1baud <baudrate>
| |
| description: "Specify baudrate of first RS232 device"
| |
| resource: "RsDevice1Baud"
| |
| action: N/A
| |
| | |
| arch/unix/rs232.c:
| |
| ------------------
| |
| command line: -rsdev2baud <baudrate>
| |
| description: "Specify baudrate of second RS232 device"
| |
| resource: "RsDevice2Baud"
| |
| action: N/A
| |
| | |
| arch/unix/rs232.c:
| |
| ------------------
| |
| command line: -rsdev3baud <baudrate>
| |
| description: "Specify baudrate of third RS232 device"
| |
| resource: "RsDevice3Baud"
| |
| action: N/A
| |
| | |
| arch/unix/rs232.c:
| |
| ------------------
| |
| command line: -rsdev4baud <baudrate>
| |
| description: "Specify baudrate of fourth RS232 device"
| |
| resource: "RsDevice4Baud"
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: -htmlbrowser <Command>
| |
| description: "Specify an HTML browser for the on-line help"
| |
| resource: "HTMLBrowserCommand"
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: -install
| |
| description: "Install a private colormap"
| |
| resource: "PrivateColormap" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: +install
| |
| description: "Use the default colormap"
| |
| resource: "PrivateColormap" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: -saveres
| |
| description: "Save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: +saveres
| |
| description: "Never save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: -confirmexit
| |
| description: "Confirm quitting VICE"
| |
| resource: "ConfirmOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: +confirmexit
| |
| description: "Never confirm quitting VICE"
| |
| resource: "ConfirmOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: -fullscreen
| |
| description: "Enable fullscreen"
| |
| resource: "UseFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: +fullscreen
| |
| description: "Disable fullscreen"
| |
| resource: "UseFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/x11/ui-cmdline-options.c:
| |
| -----------------------------------
| |
| command line: -displaydepth <value>
| |
| description: "Specify X display depth (1..32)"
| |
| resource: "DisplayDepth"
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: -xsync
| |
| description: "Call `XSync()' after updating the emulation window"
| |
| resource: "UseXSync" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: +xsync
| |
| description: "Do not call `XSync()' after updating the emulation window"
| |
| resource: "UseXSync" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: -mitshm
| |
| description: "Use shared memory"
| |
| resource: "MITSHM" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: +mitshm
| |
| description: "Never use shared memory (slower)"
| |
| resource: "MITSHM" (set to 0)
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: -fourcc <fourcc>
| |
| description: "Request YUV FOURCC format"
| |
| resource: "FOURCC"
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: -aspect <Aspect ratio>
| |
| description: "Set aspect ratio (0.5 - 2.0)"
| |
| resource: "AspectRatio"
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: -trueaspect
| |
| description: "Enable true aspect ratio"
| |
| resource: "TrueAspectRatio" (set to 1)
| |
| action: N/A
| |
| | |
| arch/unix/x11/xaw/x11video.c:
| |
| -----------------------------
| |
| command line: +trueaspect
| |
| description: "Disable true aspect ratio"
| |
| resource: "TrueAspectRatio" (set to 0)
| |
| action: N/A
| |
| | |
| arch/win32/joy.c:
| |
| -----------------
| |
| command line: -joydev1 <number>
| |
| description: "Set input device for joystick #1" (fixme: needs better description)
| |
| resource: "JoyDevice1"
| |
| action: N/A
| |
| | |
| arch/win32/joy.c:
| |
| -----------------
| |
| command line: -joydev2 <number>
| |
| description: "Set input device for joystick #2" (fixme: needs better description)
| |
| resource: "JoyDevice2"
| |
| action: N/A
| |
| | |
| arch/win32/joy.c:
| |
| -----------------
| |
| command line: -extrajoydev1 <number>
| |
| description: "Set input device for extra joystick #1" (fixme: needs better description)
| |
| resource: "JoyDevice3"
| |
| action: N/A
| |
| | |
| arch/win32/joy.c:
| |
| -----------------
| |
| command line: -extrajoydev2 <number>
| |
| description: "Set input device for extra joystick #2" (fixme: needs better description)
| |
| resource: "JoyDevice4"
| |
| action: N/A
| |
| | |
| arch/win32/mididrv.c:
| |
| ---------------------
| |
| command line: -midiin <number>
| |
| description: "Specify MIDI-In device"
| |
| resource: "MIDIInDev"
| |
| action: N/A
| |
| | |
| arch/win32/mididrv.c:
| |
| ---------------------
| |
| command line: -midiout <number>
| |
| description: "Specify MIDI-Out device"
| |
| resource: "MIDIOutDev"
| |
| action: N/A
| |
| | |
| arch/win32/mousedrv.c:
| |
| ----------------------
| |
| command line: -mousesensitivity <sensitivity>
| |
| description: "Sensitivity of the mouse. [40]"
| |
| resource: "MouseSensitivity"
| |
| action: N/A
| |
| | |
| arch/win32/ui-resources.c:
| |
| --------------------------
| |
| command line: -saveres
| |
| description: "Save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/win32/ui-resources.c:
| |
| --------------------------
| |
| command line: +saveres
| |
| description: "Never save settings on exit"
| |
| resource: "SaveResourcesOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/win32/ui-resources.c:
| |
| --------------------------
| |
| command line: -confirmexit
| |
| description: "Confirm quitting VICE"
| |
| resource: "ConfirmOnExit" (set to 1)
| |
| action: N/A
| |
| | |
| arch/win32/ui-resources.c:
| |
| --------------------------
| |
| command line: +confirmexit
| |
| description: "Never confirm quitting VICE"
| |
| resource: "ConfirmOnExit" (set to 0)
| |
| action: N/A
| |
| | |
| arch/win32/ui-resources.c:
| |
| --------------------------
| |
| command line: -singlecpu
| |
| description: "Use only first CPU on SMP systems"
| |
| resource: "SingleCPU" (set to 1)
| |
| action: N/A
| |
| | |
| arch/win32/ui-resources.c:
| |
| --------------------------
| |
| command line: +singlecpu
| |
| description: "Use all CPUs on SMP systems"
| |
| resource: "SingleCPU" (set to 0)
| |
| action: N/A
| |
| | |
| arch/win32/video.c:
| |
| -------------------
| |
| command line: -fullscreen
| |
| description: "Start VICE in fullscreen mode"
| |
| resource: "FullScreenEnabled" (set to 1) (fixme: no option to set to 0)
| |
| action: N/A
| |
| | |
| arch/win32/video.c:
| |
| -------------------
| |
| command line: -dx9disable
| |
| description: "Disable DirectX9 video driver"
| |
| resource: "DX9Disable" (set to 1) (fixme: no option to set to 0)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -device8 <Type>
| |
| description: "Set device type for device #8 (0: NONE, 1: FILESYSTEM, 2: OPENCBM, 3: BLOCK DEVICE)"
| |
| resource: "FileSystemDevice8"
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -device9 <Type>
| |
| description: "Set device type for device #9 (0: NONE, 1: FILESYSTEM, 2: OPENCBM, 3: BLOCK DEVICE)"
| |
| resource: "FileSystemDevice9"
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -device10 <Type>
| |
| description: "Set device type for device #10 (0: NONE, 1: FILESYSTEM, 2: OPENCBM, 3: BLOCK DEVICE)"
| |
| resource: "FileSystemDevice10"
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -device11 <Type>
| |
| description: "Set device type for device #11 (0: NONE, 1: FILESYSTEM, 2: OPENCBM, 3: BLOCK DEVICE)"
| |
| resource: "FileSystemDevice11"
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach8ro
| |
| description: "Attach disk image for drive #8 read only"
| |
| resource: "AttachDevice8Readonly" (set to 1)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach8rw
| |
| description: "Attach disk image for drive #8 read write (if possible)"
| |
| resource: "AttachDevice8Readonly" (set to 0)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach9ro
| |
| description: "Attach disk image for drive #9 read only"
| |
| resource: "AttachDevice9Readonly" (set to 1)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach9rw
| |
| description: "Attach disk image for drive #9 read write (if possible)"
| |
| resource: "AttachDevice9Readonly" (set to 0)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach10ro
| |
| description: "Attach disk image for drive #10 read only"
| |
| resource: "AttachDevice10Readonly" (set to 1)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach10rw
| |
| description: "Attach disk image for drive #10 read write (if possible)"
| |
| resource: "AttachDevice10Readonly" (set to 0)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach11ro
| |
| description: "Attach disk image for drive #11 read only"
| |
| resource: "AttachDevice11Readonly" (set to 1)
| |
| action: N/A
| |
| | |
| attach.c:
| |
| ---------
| |
| command line: -attach11rw
| |
| description: "Attach disk image for drive #11 read write (if possible)"
| |
| resource: "AttachDevice11Readonly" (set to 0)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -basicload
| |
| description: "On autostart, load to BASIC start (without ',1')"
| |
| resource: "AutostartBasicLoad" (set to 1)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: +basicload
| |
| description: "On autostart, load with ',1'"
| |
| resource: "AutostartBasicLoad" (set to 0)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostartwithcolon
| |
| description: "On autostart, use the 'RUN' command with a colon, i.e., 'RUN:'"
| |
| resource: "AutostartRunWithColon" (set to 1)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: +autostartwithcolon
| |
| description: "On autostart, do not use the 'RUN' command with a colon; i.e., 'RUN'"
| |
| resource: "AutostartRunWithColon" (set to 0)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostart-handle-tde
| |
| description: "Handle True Drive Emulation on autostart"
| |
| resource: "AutostartHandleTrueDriveEmulation" (set to 1)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: +autostart-handle-tde
| |
| description: "Do not handle True Drive Emulation on autostart"
| |
| resource: "AutostartHandleTrueDriveEmulation" (set to 0)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostart-warp
| |
| description: "Enable warp mode during autostart"
| |
| resource: "AutostartWarp" (set to 1)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: +autostart-warp
| |
| description: "Disable warp mode during autostart"
| |
| resource: "AutostartWarp" (set to 0)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostartprgmode <Mode>
| |
| description: "Set autostart mode for PRG files (0: VirtualFS, 1: Inject, 2: Disk image)"
| |
| resource: "AutostartPrgMode"
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostartprgdiskimage <Name>
| |
| description: "Set disk image for autostart of PRG files"
| |
| resource: "AutostartPrgDiskImage"
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostart-delay <Seconds>
| |
| description: "Set initial autostart delay (0: use default)"
| |
| resource: "AutostartDelay"
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: -autostart-delay-random
| |
| description: "Enable random initial autostart delay."
| |
| resource: "AutostartDelayRandom" (set to 1)
| |
| action: N/A
| |
| | |
| autostart.c:
| |
| ------------
| |
| command line: +autostart-delay-random
| |
| description: "Disable random initial autostart delay."
| |
| resource: "AutostartDelayRandom" (set to 0)
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSC)
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of international Kernal ROM image"
| |
| resource: "KernalIntName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalde <Name>
| |
| description: "Specify name of German Kernal ROM image"
| |
| resource: "KernalDEName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalfi <Name>
| |
| description: "Specify name of Finnish Kernal ROM image"
| |
| resource: "KernalFIName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalfr <Name>
| |
| description: "Specify name of French Kernal ROM image"
| |
| resource: "KernalFRName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalit <Name>
| |
| description: "Specify name of Italian Kernal ROM image"
| |
| resource: "KernalITName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalno <Name>
| |
| description: "Specify name of Norwegian Kernal ROM image"
| |
| resource: "KernalNOName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalse <Name>
| |
| description: "Specify name of Swedish Kernal ROM image"
| |
| resource: "KernalSEName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalch <Name>
| |
| description: "Specify name of Swiss Kernal ROM image"
| |
| resource: "KernalCHName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -basiclo <Name>
| |
| description: "Specify name of BASIC ROM image (lower part)"
| |
| resource: "BasicLoName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -basichi <Name>
| |
| description: "Specify name of BASIC ROM image (higher part)"
| |
| resource: "BasicHiName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of international character generator ROM image"
| |
| resource: "ChargenIntName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -chargde <Name>
| |
| description: "Specify name of German character generator ROM image"
| |
| resource: "ChargenDEName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -chargfr <Name>
| |
| description: "Specify name of French character generator ROM image"
| |
| resource: "ChargenFRName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -chargse <Name>
| |
| description: "Specify name of Swedish character generator ROM image"
| |
| resource: "ChargenSEName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -chargch <Name>
| |
| description: "Specify name of Swedish character generator ROM image"
| |
| resource: "ChargenCHName"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernal64 <Name>
| |
| description: "Specify name of C64 mode Kernal ROM image"
| |
| resource: "Kernal64Name"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -basic64 <Name>
| |
| description: "Specify name of C64 mode BASIC ROM image"
| |
| resource: "Basic64Name"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernalrev <Revision>
| |
| description: "Patch the Kernal ROM to the specified <revision>"
| |
| resource: "KernalRev"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -acia1
| |
| description: "Enable the ACIA RS232 interface emulation"
| |
| resource: "Acia1Enable" (set to 1)
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +acia1
| |
| description: "Disable the ACIA RS232 interface emulation"
| |
| resource: "Acia1Enable" (set to 0)
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file (0=symbol, 1=positional)"
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -symkeymap <Name>
| |
| description: "Specify name of symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -poskeymap <Name>
| |
| description: "Specify name of positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ciamodel <Model>
| |
| description: "Set both CIA models (0 = old 6526, 1 = new 6526A)"
| |
| resource: N/A
| |
| action: set_cia_model() (sets "CIA1Model" and "CIA2Model")
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -cia1model <Model>
| |
| description: "Set CIA 1 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA1Model"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -cia2model <Model>
| |
| description: "Set CIA 2 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA2Model"
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -model <Model>
| |
| description: "Set C128 model (c128/c128dcr, pal/ntsc)"
| |
| resource: N/A
| |
| action: set_c128_model() (sets "MachineVideoStandard", "CIA1Model", "CIA2Model", "VICIINewLuminances", "VDCRevision", "VDC64KB",
| |
| "SidEngine" and "SidModel");
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -c128fullbanks
| |
| description: "Enable RAM banks 2 and 3"
| |
| resource: "C128FullBanks" (set to 1)
| |
| action: N/A
| |
| | |
| c128/c128-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +c128fullbanks
| |
| description: "Disable RAM banks 2 and 3"
| |
| resource: "C128FullBanks" (set to 0)
| |
| action: N/A
| |
| | |
| c128/c128mmu.c:
| |
| ---------------
| |
| command line: -40col
| |
| description: "Activate 40 column mode"
| |
| resource: "40/80ColumnKey" (set to 1)
| |
| action: N/A
| |
| | |
| c128/c128mmu.c:
| |
| ---------------
| |
| command line: -80col
| |
| description: "Activate 80 column mode"
| |
| resource: "40/80ColumnKey" (set to 0)
| |
| action: N/A
| |
| | |
| c128/c128mmu.c:
| |
| ---------------
| |
| command line: -go64
| |
| description: "Always switch to C64 mode on reset"
| |
| resource: "Go64Mode" (set to 1)
| |
| action: N/A
| |
| | |
| c128/c128mmu.c:
| |
| ---------------
| |
| command line: +go64
| |
| description: "Always switch to C128 mode on reset"
| |
| resource: "Go64Mode" (set to 0)
| |
| action: N/A
| |
| | |
| c128/functionrom.c:
| |
| -------------------
| |
| command line: -intfrom <Name>
| |
| description: "Specify name of internal Function ROM image"
| |
| resource: "InternalFunctionName"
| |
| action: N/A
| |
| | |
| c128/functionrom.c:
| |
| -------------------
| |
| command line: -extfrom <Name>
| |
| description: "Specify name of external Function ROM image"
| |
| resource: "ExternalFunctionName"
| |
| action: N/A
| |
| | |
| c128/functionrom.c:
| |
| -------------------
| |
| command line: -intfunc <Type>
| |
| description: "Type of internal Function ROM: (0: None, 1: ROM, 2: RAM, 3: RTC)"
| |
| resource: "InternalFunctionROM"
| |
| action: N/A
| |
| | |
| c128/functionrom.c:
| |
| -------------------
| |
| command line: -extfunc <Type>
| |
| description: "Type of external Function ROM: (0: None, 1: ROM, 2: RAM, 3: RTC)"
| |
| resource: "ExternalFunctionROM"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "MachineVideoStandard" and "VICIIModel")
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "MachineVideoStandard" and "VICIIModel")
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -ntscold
| |
| description: "Use old NTSC sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "MachineVideoStandard" and "VICIIModel")
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -paln
| |
| description: "Use PAL-N sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "MachineVideoStandard" and "VICIIModel")
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of Kernal ROM image"
| |
| resource: "KernalName"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -basic <Name>
| |
| description: "Specify name of BASIC ROM image"
| |
| resource: "BasicName"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of character generator ROM image"
| |
| resource: "ChargenName"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -kernalrev <Revision>
| |
| description: "Patch the Kernal ROM to the specified <revision>"
| |
| resource: "KernalRev"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -acia1
| |
| description: "Enable the ACIA RS232 interface emulation"
| |
| resource: "Acia1Enable" (set to 1)
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: +acia1
| |
| description: "Disable the ACIA RS232 interface emulation"
| |
| resource: "Acia1Enable" (set to 0)
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file (0=sym, 1=symDE, 2=pos)"
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -symkeymap <Name>
| |
| description: "Specify name of symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -symdekeymap <Name>
| |
| description: "Specify name of symbolic German keymap file"
| |
| resource: "KeymapSymDeFile"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -poskeymap <Name>
| |
| description: "Specify name of positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -ciamodel <Model>
| |
| description: "Set both CIA models (0 = old 6526, 1 = new 6526A)"
| |
| resource: N/A
| |
| action: set_cia_model() (sets CIA1Model and CIA2Model)
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -cia1model <Model>
| |
| description: "Set CIA 1 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA1Model"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -cia2model <Model>
| |
| description: "Set CIA 2 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA2Model"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -model <Model>
| |
| description: "Set C64 model (c64/c64c/c64old, ntsc/newntsc/oldntsc, drean, jap, c64gs, pet64, ultimax)"
| |
| resource: N/A
| |
| action: set_c64_model() (sets "VICIIModel", "CIA1Model", "CIA2Model", "GlueLogic", "BoardType", "IECReset", "KernalName", "ChargenName",
| |
| "SidEngine" and "SidModel")
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -burstmod <value>
| |
| description: "Burst modification (0 = None, 1 = CIA1, 2 = CIA2)"
| |
| resource: "BurstMod"
| |
| action: N/A
| |
| | |
| c64/c64-cmdline-options.c:
| |
| --------------------------
| |
| command line: -iecreset <value>
| |
| description: "Computer reset goes to IEC bus (0 = No, 1 = Yes)"
| |
| resource: "IECReset"
| |
| action: N/A
| |
| | |
| c64/c64gluelogic.c:
| |
| -------------------
| |
| command line: -gluelogictype <Type>
| |
| description: "Set glue logic type (0 = discrete, 1 = 252535-01)"
| |
| resource: "GlueLogic"
| |
| action: N/A
| |
| | |
| c64/c64io.c:
| |
| ------------
| |
| command line: -iocollision <method>
| |
| description: "Select the way the I/O collisions should be handled, (0: error message and detach all involved carts, 1: error message and detach last attached involved carts, 2: warning in log and 'AND' the valid return values"
| |
| resource: "IOCollisionHandling"
| |
| action: N/A
| |
| | |
| c64/c64_256k.c:
| |
| ---------------
| |
| command line: -256k
| |
| description: "Enable the 256K RAM expansion"
| |
| resource: "C64_256K" (set to 1)
| |
| action: N/A
| |
| | |
| c64/c64_256k.c:
| |
| ---------------
| |
| command line: +256k
| |
| description: "Disable the 256K RAM expansion"
| |
| resource: "C64_256K" (set to 0)
| |
| action: N/A
| |
| | |
| c64/c64_256k.c:
| |
| ---------------
| |
| command line: -256kimage <Name>
| |
| description: "Specify name of 256K image"
| |
| resource: "C64_256Kfilename"
| |
| action: N/A
| |
| | |
| c64/c64_256k.c:
| |
| ---------------
| |
| command line: -256kbase <Base address>
| |
| description: "Base address of the 256K expansion"
| |
| resource: "C64_256Kbase"
| |
| action: N/A
| |
| | |
| c64/cart/c64-midi.c:
| |
| --------------------
| |
| command line: -miditype <0-4>
| |
| description: "MIDI interface type (0: Sequential, 1: Passport, 2: DATEL, 3: Namesoft, 4: Maplin)"
| |
| resource: "MIDIMode"
| |
| action: N/A
| |
| | |
| c64/cart/c64cart.c:
| |
| -------------------
| |
| command line: -cartreset
| |
| description: "Reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/c64cart.c:
| |
| -------------------
| |
| command line: +cartreset
| |
| description: "Do not reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/c64cart.c:
| |
| -------------------
| |
| command line: +cart
| |
| description: "Disable default cartridge"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cart8 <Name>
| |
| description: "Attach raw 8KB cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cart16 <Name>
| |
| description: "Attach raw 16KB cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartultimax <Name>
| |
| description: "Attach generic 16kB Ultimax cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartcrt <Name>
| |
| description: "Attach CRT cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartap <Name>
| |
| description: "Attach raw 32KB Atomic Power cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartar2 <Name>
| |
| description: "Attach raw 16kB Action Replay MK2 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartar3 <Name>
| |
| description: "Attach raw 16KB Action Replay MK3 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartar4 <Name>
| |
| description: "Attach raw 32KB Action Replay MK4 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartar5 <Name>
| |
| description: "Attach raw 32KB Action Replay cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartcap <Name>
| |
| description: "Attach raw 8kB Capture cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartcomal <Name>
| |
| description: "Attach raw 64kB Comal 80 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartdep256 <Name>
| |
| description: "Attach raw Dela EP256 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartdep64 <Name>
| |
| description: "Attach raw Dela EP64 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartdep7x8 <Name>
| |
| description: "Attach raw Dela EP7x8 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartdin <Name>
| |
| description: "Attach raw 128kB Dinamic cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartdsm <Name>
| |
| description: "Attach raw 8kB Diashow-Maker cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartdqbb <Name>
| |
| description: "Attach raw 16kB Double Quick Brown Box cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -carteasy <Name>
| |
| description: "Attach raw EasyFlash cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartepyx <Name>
| |
| description: "Attach raw 8KB Epyx FastLoad cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartexos <Name>
| |
| description: "Attach raw 8kB EXOS cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartexpert <Name>
| |
| description: "Attach raw 8kB Expert Cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartf64 <Name>
| |
| description: "Attach raw 32kB Formel 64 image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartfc1 <Name>
| |
| description: "Attach raw 16kB Final Cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartfc3 <Name>
| |
| description: "Attach raw 64kB Final Cartridge III image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartfcplus <Name>
| |
| description: "Attach raw 32kB Final Cartridge Plus image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartff <Name>
| |
| description: "Attach raw 8kB Freeze Frame image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartfm <Name>
| |
| description: "Attach raw 32kB Freeze Machine image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartfp <Name>
| |
| description: "Attach raw 128kB Fun Play/Power Play cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartgk <Name>
| |
| description: "Attach raw 8KB Game Killer cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartgeoram <Name>
| |
| description: "Attach raw GEO-RAM cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartgs <Name>
| |
| description: "Attach raw 512kB Game System cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartide64 <Name>
| |
| description: "Attach raw 64KB IDE64 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartieee <Name>
| |
| description: "Attach IEEE-488 Interface cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartisepic <Name>
| |
| description: "Attach raw 2kB ISEPIC cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartkcs <Name>
| |
| description: "Attach raw 16kB KCS Power cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartks <Name>
| |
| description: "Attach raw 24kB Kingsoft cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmach5 <Name>
| |
| description: "Attach raw 8kB MACH 5 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmd <Name>
| |
| description: "Attach raw 32/64/128kB Magic Desk cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmf <Name>
| |
| description: "Attach raw Magic Formel cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmikro <Name>
| |
| description: "Attach raw 8kB Mikro Assembler cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmmc64 <Name>
| |
| description: "Attach raw 8kB MMC64 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmmcr <Name>
| |
| description: "Attach raw 512kB MMC Replay cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartmv <Name>
| |
| description: "Attach raw 16kB Magic Voice cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartocean <Name>
| |
| description: "Attach raw Ocean cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartpf <Name>
| |
| description: "Attach raw 64KB Pagefox cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartp64 <Name>
| |
| description: "Attach raw 256KB Prophet 64 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartramcart <Name>
| |
| description: "Attach raw RamCart cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartreu <Name>
| |
| description: "Attach raw REU cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartrep256 <Name>
| |
| description: "Attach raw REX EP256 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartross <Name>
| |
| description: "Attach raw 16/32kB ROSS cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartrr <Name>
| |
| description: "Attach raw 64KB Retro Replay cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartru <Name>
| |
| description: "Attach raw 8kB REX Utility cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -carts64 <Name>
| |
| description: "Attach raw 4kB Snapshot 64 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartsb <Name>
| |
| description: "Attach raw Structured Basic cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartse5 <Name>
| |
| description: "Attach raw 16kB Super Explode V5 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartsg <Name>
| |
| description: "Attach raw 64kB Super Games cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartsilver <Name>
| |
| description: "Attach raw Silverrock 128 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartsimon <Name>
| |
| description: "Attach raw 16kB Simons Basic cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartss4 <Name>
| |
| description: "Attach raw 32KB Super Snapshot V4 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartss5 <Name>
| |
| description: "Attach raw 64KB Super Snapshot V5 cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartstar <Name>
| |
| description: "Attach raw 16KB Stardos cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartwl <Name>
| |
| description: "Attach raw 16KB Westermann Learning cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartws <Name>
| |
| description: "Attach raw 8kB Warp Speed cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64carthooks.c:
| |
| ------------------------
| |
| command line: -cartzaxxon <Name>
| |
| description: "Attach raw 16kB Zaxxon cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research resources affected)
| |
| | |
| c64/cart/c64tpi.c:
| |
| ------------------
| |
| command line: -ieee488
| |
| description: "Enable the IEEE488 interface emulation"
| |
| resource: "IEEE488" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/c64tpi.c:
| |
| ------------------
| |
| command line: +ieee488
| |
| description: "Disable the IEEE488 interface emulation"
| |
| resource: "IEEE488" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/c64tpi.c:
| |
| ------------------
| |
| command line: -ieee488image <Name>
| |
| description: "specify IEEE488 interface image name"
| |
| resource: "IEEE488Image"
| |
| action: N/A
| |
| | |
| c64/cart/digimax.c:
| |
| -------------------
| |
| command line: -digimax
| |
| description: "Enable the DigiMAX cartridge"
| |
| resource: "DIGIMAX" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/digimax.c:
| |
| -------------------
| |
| command line: +digimax
| |
| description: "Disable the DigiMAX cartridge"
| |
| resource: "DIGIMAX" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/digimax.c:
| |
| -------------------
| |
| command line: -digimaxbase <Base address>
| |
| description: "Base address of the DigiMAX cartridge"
| |
| resource: "DIGIMAXbase"
| |
| action: N/A
| |
| | |
| c64/cart/dqbb.c:
| |
| ----------------
| |
| command line: -dqbb
| |
| description: "Enable Double Quick Brown Box"
| |
| resource: "DQBB" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/dqbb.c:
| |
| ----------------
| |
| command line: +dqbb
| |
| description: "Disable Double Quick Brown Box"
| |
| resource: "DQBB" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/dqbb.c:
| |
| ----------------
| |
| command line: -dqbbimage <Name>
| |
| description: "Specify Double Quick Brown Box filename"
| |
| resource: "DQBBfilename"
| |
| action: N/A
| |
| | |
| c64/cart/dqbb.c:
| |
| ----------------
| |
| command line: -dqbbimagerw
| |
| description: "Allow writing to DQBB image"
| |
| resource: "DQBBImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/dqbb.c:
| |
| ----------------
| |
| command line: +dqbbimagerw
| |
| description: "Do not write to DQBB image"
| |
| resource: "DQBBImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ds12c887rtc.c:
| |
| -----------------------
| |
| command line: -ds12c887rtc
| |
| description: "Enable the DS12C887 RTC cartridge"
| |
| resource: "DS12C887RTC" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ds12c887rtc.c:
| |
| -----------------------
| |
| command line: +ds12c887rtc
| |
| description: "Disable the DS12C887 RTC cartridge"
| |
| resource: "DS12C887RTC" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ds12c887rtc.c:
| |
| -----------------------
| |
| command line: -ds12c887rtcbase <Base address>
| |
| description: "Base address of the DS12C887 RTC cartridge"
| |
| resource: "DS12C887RTCbase"
| |
| action: N/A
| |
| | |
| c64/cart/ds12c887rtc.c:
| |
| -----------------------
| |
| command line: -ds12c887rtchalted
| |
| description: "Set the RTC oscillator to 'halted'"
| |
| resource: "DS12C887RTCRunMode" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ds12c887rtc.c:
| |
| -----------------------
| |
| command line: -ds12c887rtcrunning
| |
| description: "Set the RTC oscillator to 'running'"
| |
| resource: "DS12C887RTCRunMode" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/easyflash.c:
| |
| ---------------------
| |
| command line: -easyflashjumper
| |
| description: "Enable EasyFlash jumper"
| |
| resource: "EasyFlashJumper" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/easyflash.c:
| |
| ---------------------
| |
| command line: +easyflashjumper
| |
| description: "Disable EasyFlash jumper"
| |
| resource: "EasyFlashJumper" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/easyflash.c:
| |
| ---------------------
| |
| command line: -easyflashcrtwrite
| |
| description: "Enable writing to EasyFlash .crt image"
| |
| resource: "EasyFlashWriteCRT" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/easyflash.c:
| |
| ---------------------
| |
| command line: +easyflashcrtwrite
| |
| description: "Disable writing to EasyFlash .crt image"
| |
| resource: "EasyFlashWriteCRT" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/expert.c:
| |
| ------------------
| |
| command line: -expert
| |
| description: "Enable the Expert Cartridge"
| |
| resource: "ExpertCartridgeEnabled" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/expert.c:
| |
| ------------------
| |
| command line: +expert
| |
| description: "Disable the Expert Cartridge"
| |
| resource: "ExpertCartridgeEnabled" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/expert.c:
| |
| ------------------
| |
| command line: -expertimagename <Name>
| |
| description: "Set Expert Cartridge image name"
| |
| resource: "Expertfilename"
| |
| action: N/A
| |
| | |
| c64/cart/expert.c:
| |
| ------------------
| |
| command line: -expertimagerw
| |
| description: "Allow writing to Expert Cartridge image"
| |
| resource: "ExpertImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/expert.c:
| |
| ------------------
| |
| command line: +expertimagerw
| |
| description: "Do not write to Expert Cartridge image"
| |
| resource: "ExpertImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: -georam
| |
| description: "Enable the GEO-RAM expansion unit"
| |
| resource: "GEORAM" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: +georam
| |
| description: "Disable the GEO-RAM expansion unit"
| |
| resource: "GEORAM" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: -georamsize <size in KB>
| |
| description: "Size of the GEORAM expansion unit"
| |
| resource: "GEORAMsize"
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: -georamimage <Name>
| |
| description: "Specify name of GEORAM image"
| |
| resource: "GEORAMfilename"
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: -georamimagerw
| |
| description: "Allow writing to GEORAM image"
| |
| resource: "GEORAMImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: +georamimagerw
| |
| description: "Do not write to GEORAM image"
| |
| resource: "GEORAMImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: -georamioswap
| |
| description: "Swap io mapping (map cart I/O-1 to VIC20 I/O-3 and cart I/O-2 to VIC20 I/O-2)"
| |
| resource: "GEORAMIOSwap" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/georam.c:
| |
| ------------------
| |
| command line: +georamioswap
| |
| description: "Don't swap io mapping (map cart I/O-1 to VIC20 I/O-2 and cart I/O-2 to VIC20 I/O-3)"
| |
| resource: "GEORAMIOSwap" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64image1 <Name>
| |
| description: "Specify name of IDE64 image file"
| |
| resource: "IDE64Image1"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64image2 <Name>
| |
| description: "Specify name of IDE64 image file"
| |
| resource: "IDE64Image2"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64image3 <Name>
| |
| description: "Specify name of IDE64 image file"
| |
| resource: "IDE64Image3"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64image4 <Name>
| |
| description: "Specify name of IDE64 image file"
| |
| resource: "IDE64Image4"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64cyl1 <value>
| |
| description: "Set number of cylinders for the IDE64 emulation"
| |
| resource: "IDE64Cylinders1"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64cyl2 <value>
| |
| description: "Set number of cylinders for the IDE64 emulation"
| |
| resource: "IDE64Cylinders2"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64cyl3 <value>
| |
| description: "Set number of cylinders for the IDE64 emulation"
| |
| resource: "IDE64Cylinders3"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64cyl4 <value>
| |
| description: "Set number of cylinders for the IDE64 emulation"
| |
| resource: "IDE64Cylinders4"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64hds1 <value>
| |
| description: "Set number of heads for the IDE64 emulation"
| |
| resource: "IDE64Heads1"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64hds2 <value>
| |
| description: "Set number of heads for the IDE64 emulation"
| |
| resource: "IDE64Heads2"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64hds3 <value>
| |
| description: "Set number of heads for the IDE64 emulation"
| |
| resource: "IDE64Heads3"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64hds4 <value>
| |
| description: "Set number of heads for the IDE64 emulation"
| |
| resource: "IDE64Heads4"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64sec1 <value>
| |
| description: "Set number of sectors for the IDE64 emulation"
| |
| resource: "IDE64Sectors1"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64sec2 <value>
| |
| description: "Set number of sectors for the IDE64 emulation"
| |
| resource: "IDE64Sectors2"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64sec3 <value>
| |
| description: "Set number of sectors for the IDE64 emulation"
| |
| resource: "IDE64Sectors3"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64sec4 <value>
| |
| description: "Set number of sectors for the IDE64 emulation"
| |
| resource: "IDE64Sectors4"
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64autosize1
| |
| description: "Autodetect image size"
| |
| resource: "IDE64AutodetectSize1" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: +IDE64autosize1
| |
| description: "Do not autodetect geometry of formatted images"
| |
| resource: "IDE64AutodetectSize1" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64autosize2
| |
| description: "Autodetect image size"
| |
| resource: "IDE64AutodetectSize2" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: +IDE64autosize2
| |
| description: "Do not autodetect geometry of formatted images"
| |
| resource: "IDE64AutodetectSize2" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64autosize3
| |
| description: "Autodetect image size"
| |
| resource: "IDE64AutodetectSize3" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: +IDE64autosize3
| |
| description: "Do not autodetect geometry of formatted images"
| |
| resource: "IDE64AutodetectSize3" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64autosize4
| |
| description: "Autodetect image size"
| |
| resource: "IDE64AutodetectSize4" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: +IDE64autosize4
| |
| description: "Do not autodetect geometry of formatted images"
| |
| resource: "IDE64AutodetectSize4" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64version4
| |
| description: "Emulate version 4 hardware"
| |
| resource: "IDE64version4" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: +IDE64version4
| |
| description: "Emulate pre version 4 hardware"
| |
| resource: "IDE64version4" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64USB
| |
| description: "Enable IDE64 USB server"
| |
| resource: "IDE64USBServer" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: +IDE64USB
| |
| description: "Disable IDE64 USB server"
| |
| resource: "IDE64USBServer" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ide64.c:
| |
| -----------------
| |
| command line: -IDE64USBAddress <Name>
| |
| description: "IDE64 USB server address"
| |
| resource: "IDE64USBServerAddress"
| |
| action: N/A
| |
| | |
| c64/cart/isepic.c:
| |
| ------------------
| |
| command line: -isepic
| |
| description: "Enable the ISEPIC cartridge"
| |
| resource: "IsepicCartridgeEnabled" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/isepic.c:
| |
| ------------------
| |
| command line: +isepic
| |
| description: "Disable the ISEPIC cartridge"
| |
| resource: "IsepicCartridgeEnabled" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/isepic.c:
| |
| ------------------
| |
| command line: -isepicimagename <Name>
| |
| description: "Set ISEPIC image name"
| |
| resource: "Isepicfilename"
| |
| action: N/A
| |
| | |
| c64/cart/isepic.c:
| |
| ------------------
| |
| command line: -isepicimagerw
| |
| description: "Allow writing to ISEPIC image"
| |
| resource: "IsepicImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/isepic.c:
| |
| ------------------
| |
| command line: +isepicimagerw
| |
| description: "Do not write to ISEPIC image"
| |
| resource: "IsepicImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64
| |
| description: "Enable the MMC64 expansion"
| |
| resource: "MMC64" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: +mmc64
| |
| description: "Disable the MMC64 expansion"
| |
| resource: "MMC64" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64bios <Name>
| |
| description: "Specify name of MMC64 BIOS image"
| |
| resource: "MMC64BIOSfilename"
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64image <Name>
| |
| description: "Specify name of MMC64 image"
| |
| resource: "MMC64imagefilename"
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64readonly
| |
| description: "Set the MMC64 card to read-only"
| |
| resource: "MMC64_RO" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64readwrite
| |
| description: "Set the MMC64 card to read/write"
| |
| resource: "MMC64_RO" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64bioswrite
| |
| description: "Save the MMC64 bios when changed"
| |
| resource: "MMC64_bios_write" (set to 1) (fixme: no option to set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: -mmc64flash
| |
| description: "Set the MMC64 Flash Jumper"
| |
| resource: "MMC64_flashjumper" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmc64.c:
| |
| -----------------
| |
| command line: +mmc64flash
| |
| description: "Remove the MMC64 Flash Jumper"
| |
| resource: "MMC64_flashjumper" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: -mmcrrescue
| |
| description: "Enable MMC Replay rescue mode"
| |
| resource: "MMCRRescueMode" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: +mmcrrescue
| |
| description: "Disable MMC Replay rescue mode"
| |
| resource: "MMCRRescueMode" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: -mmcrimagerw
| |
| description: "Allow writing to MMC Replay image"
| |
| resource: "MMCRImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: +mmcrimagerw
| |
| description: "Do not write to MMC Replay image"
| |
| resource: "MMCRImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: -mmcrcardimage <filename>
| |
| description: "Specify MMC Replay card image filename"
| |
| resource: "MMCRCardImage"
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: -mmcrcardrw
| |
| description: "Enable writes to MMC Replay card image"
| |
| resource: "MMCRCardRW" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: +mmcrcardrw
| |
| description: "Disable writes to MMC Replay card image"
| |
| resource: "MMCRCardRW" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: -mmcreepromimage <filename>
| |
| description: "Specify MMC Replay EEPROM image filename"
| |
| resource: "MMCREEPROMImage"
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: -mmcreepromrw
| |
| description: "Enable writes to MMC Replay EEPROM image"
| |
| resource: "MMCREEPROMRW" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/mmcreplay.c:
| |
| ---------------------
| |
| command line: +mmcreepromrw
| |
| description: "Disable writes to MMC Replay EEPROM image"
| |
| resource: "MMCREEPROMRW" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ramcart.c:
| |
| -------------------
| |
| command line: -ramcart
| |
| description: "Enable the RamCart expansion"
| |
| resource: "RAMCART" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ramcart.c:
| |
| -------------------
| |
| command line: +ramcart
| |
| description: "Disable the RamCart expansion"
| |
| resource: "RAMCART" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/ramcart.c:
| |
| -------------------
| |
| command line: -ramcartsize <size in KB>
| |
| description: "Size of the RAMCART expansion"
| |
| resource: "RAMCARTsize"
| |
| action: N/A
| |
| | |
| c64/cart/ramcart.c:
| |
| -------------------
| |
| command line: -ramcartimage <Name>
| |
| description: "Specify name of RAMCART image"
| |
| resource: "RAMCARTfilename"
| |
| action: N/A
| |
| | |
| c64/cart/ramcart.c:
| |
| -------------------
| |
| command line: -ramcartimagerw
| |
| description: "Allow writing to RAMCart image"
| |
| resource: "RAMCARTImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/ramcart.c:
| |
| -------------------
| |
| command line: +ramcartimagerw
| |
| description: "Do not write to RAMCart image"
| |
| resource: "RAMCARTImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/retroreplay.c:
| |
| -----------------------
| |
| command line: -rrbioswrite
| |
| description: "Enable saving of the RR ROM at exit"
| |
| resource: "RRBiosWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/retroreplay.c:
| |
| -----------------------
| |
| command line: +rrbioswrite
| |
| description: "Disable saving of the RR ROM at exit"
| |
| resource: "RRBiosWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/retroreplay.c:
| |
| -----------------------
| |
| command line: -rrbankjumper
| |
| description: "Set RR Bank Jumper"
| |
| resource: "RRBankJumper" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/retroreplay.c:
| |
| -----------------------
| |
| command line: +rrbankjumper
| |
| description: "Unset RR Bank Jumper"
| |
| resource: "RRBankJumper" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/retroreplay.c:
| |
| -----------------------
| |
| command line: -rrflashjumper
| |
| description: "Set RR Flash Jumper"
| |
| resource: "RRFlashJumper" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/retroreplay.c:
| |
| -----------------------
| |
| command line: +rrflashjumper
| |
| description: "Unset RR Bank Jumper"
| |
| resource: "RRFlashJumper" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/reu.c:
| |
| ---------------
| |
| command line: -reu
| |
| description: "Enable the RAM Expansion Unit"
| |
| resource: "REU" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/reu.c:
| |
| ---------------
| |
| command line: +reu
| |
| description: "Disable the RAM Expansion Unit"
| |
| resource: "REU" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/reu.c:
| |
| ---------------
| |
| command line: -reusize <size in KB>
| |
| description: "Size of the RAM expansion unit"
| |
| resource: "REUsize"
| |
| action: N/A
| |
| | |
| c64/cart/reu.c:
| |
| ---------------
| |
| command line: -reuimage <Name>
| |
| description: "Specify name of REU image"
| |
| resource: "REUfilename"
| |
| action: N/A
| |
| | |
| c64/cart/reu.c:
| |
| ---------------
| |
| command line: -reuimagerw
| |
| description: "Allow writing to REU image"
| |
| resource: "REUImageWrite" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/reu.c:
| |
| ---------------
| |
| command line: +reuimagerw
| |
| description: "Do not write to REU image"
| |
| resource: "REUImageWrite" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundexpander.c:
| |
| -----------------------------
| |
| command line: -sfxse
| |
| description: "Enable the SFX Sound Expander cartridge"
| |
| resource: "SFXSoundExpander" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundexpander.c:
| |
| -----------------------------
| |
| command line: +sfxse
| |
| description: "Disable the SFX Sound Expander cartridge"
| |
| resource: "SFXSoundExpander" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundexpander.c:
| |
| -----------------------------
| |
| command line: -sfxsetype <Type>
| |
| description: "Set YM chip type (3526 / 3812)"
| |
| resource: "SFXSoundExpanderChip"
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundexpander.c:
| |
| -----------------------------
| |
| command line: -sfxseioswap
| |
| description: "Swap io mapping (map cart I/O to VIC20 I/O-2)"
| |
| resource: "SFXSoundExpanderIOSwap" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundexpander.c:
| |
| -----------------------------
| |
| command line: +sfxseioswap
| |
| description: "Don't swap io mapping (map cart I/O to VIC20 I/O-3)"
| |
| resource: "SFXSoundExpanderIOSwap" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundsampler.c:
| |
| ----------------------------
| |
| command line: -sfxss
| |
| description: "Enable the SFX Sound Sampler cartridge"
| |
| resource: "SFXSoundSampler" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundsampler.c:
| |
| ----------------------------
| |
| command line: +sfxss
| |
| description: "Disable the SFX Sound Sampler cartridge"
| |
| resource: "SFXSoundSampler" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundsampler.c:
| |
| ----------------------------
| |
| command line: -sfxssioswap
| |
| description: "Swap io mapping (map cart I/O to VIC20 I/O-2)"
| |
| resource: "SFXSoundSamplerIOSwap" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/sfx_soundsampler.c:
| |
| ----------------------------
| |
| command line: +sfxssioswap
| |
| description: "Don't swap io mapping (map cart I/O to VIC20 I/O-3)"
| |
| resource: "SFXSoundSamplerIOSwap" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: -tfe
| |
| description: "Enable the TFE (\"The Final Ethernet\") unit"
| |
| resource: "ETHERNET_ACTIVE" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: +tfe
| |
| description: "Disable the TFE (\"The Final Ethernet\") unit"
| |
| resource: "ETHERNET_ACTIVE" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: -tfeif <Name>
| |
| description: "Set the system ethernet interface for TFE emulation"
| |
| resource: "ETHERNET_INTERFACE"
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: -tferrnet
| |
| description: "Enable RRNet mode of TFE emulation"
| |
| resource: "ETHERNET_AS_RR" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: +tferrnet
| |
| description: "Disable RRNet mode of TFE emulation"
| |
| resource: "ETHERNET_AS_RR" (set to 0)
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: -tfeioswap
| |
| description: "Swap io mapping (map cart I/O to VIC20 I/O-2)"
| |
| resource: "TFEIOSwap" (set to 1)
| |
| action: N/A
| |
| | |
| c64/cart/tfe.c:
| |
| ---------------
| |
| command line: +tfeioswap
| |
| description: "Don't swap io mapping (map cart I/O to VIC20 I/O-3)"
| |
| resource: "TFEIOSwap" (set to 0)
| |
| action: N/A
| |
| | |
| c64/plus256k.c:
| |
| ---------------
| |
| command line: -plus256k
| |
| description: "Enable the PLUS256K RAM expansion"
| |
| resource: "PLUS256K" (set to 1)
| |
| action: N/A
| |
| | |
| c64/plus256k.c:
| |
| ---------------
| |
| command line: +plus256k
| |
| description: "Disable the PLUS256K RAM expansion"
| |
| resource: "PLUS256K" (set to 0)
| |
| action: N/A
| |
| | |
| c64/plus256k.c:
| |
| ---------------
| |
| command line: -plus256kimage <Name>
| |
| description: "Specify name of PLUS256K image"
| |
| resource: "PLUS256Kfilename"
| |
| action: N/A
| |
| | |
| c64/plus60k.c:
| |
| --------------
| |
| command line: -plus60k
| |
| description: "Enable the PLUS60K RAM expansion"
| |
| resource: "PLUS60K" (set to 1)
| |
| action: N/A
| |
| | |
| c64/plus60k.c:
| |
| --------------
| |
| command line: +plus60k
| |
| description: "Disable the PLUS60K RAM expansion"
| |
| resource: "PLUS60K" (set to 0)
| |
| action: N/A
| |
| | |
| c64/plus60k.c:
| |
| --------------
| |
| command line: -plus60kimage <Name>
| |
| description: "Specify name of PLUS60K image"
| |
| resource: "PLUS60Kfilename"
| |
| action: N/A
| |
| | |
| c64/plus60k.c:
| |
| --------------
| |
| command line: -plus60kbase <Base address>
| |
| description: "Base address of the PLUS60K expansion"
| |
| resource: "PLUS60Kbase"
| |
| action: N/A
| |
| | |
| c64/psid.c:
| |
| -----------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| c64/psid.c:
| |
| -----------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSC)
| |
| action: N/A
| |
| | |
| c64/psid.c:
| |
| -----------
| |
| command line: -ntscold
| |
| description: "Use old NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSCOLD)
| |
| action: N/A
| |
| | |
| c64/psid.c:
| |
| -----------
| |
| command line: -paln
| |
| description: "Use PAL-N sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PALN)
| |
| action: N/A
| |
| | |
| c64/psid.c:
| |
| -----------
| |
| command line: -keepenv
| |
| description: "Override PSID settings for Video standard and SID model"
| |
| resource: N/A
| |
| action: cmdline_keepenv()
| |
| | |
| c64/psid.c:
| |
| -----------
| |
| command line: -tune <number>
| |
| description: "Specify PSID tune <number>"
| |
| resource: N/A
| |
| action: cmdline_psid_tune()
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSC)
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of Kernal ROM image"
| |
| resource: "KernalName"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -basic <Name>
| |
| description: "Specify name of BASIC ROM image"
| |
| resource: "BasicName"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of character generator ROM image"
| |
| resource: "ChargenName"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -kernalrev <Revision>
| |
| description: "Patch the Kernal ROM to the specified <revision>"
| |
| resource: "KernalRev"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file (0=sym, 1=symDE, 2=pos)"
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -symkeymap <Name>
| |
| description: "Specify name of symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -symdekeymap <Name>
| |
| description: "Specify name of symbolic German keymap file"
| |
| resource: "KeymapSymDeFile"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -poskeymap <Name>
| |
| description: "Specify name of positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -model <Model>
| |
| description: "Set DTV model (v2/v2pal/v2ntsc, v3/v3pal/v3ntsc, hummer)"
| |
| resource: N/A
| |
| action: set_dtv_model() (sets "MachineVideoStandard", "DtvRevision" and "HummerADC")
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -hummeradc
| |
| description: "Enable Hummer ADC"
| |
| resource: "HummerADC" (set to 1)
| |
| action: N/A
| |
| | |
| c64dtv/c64dtv-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +hummeradc
| |
| description: "Disable Hummer ADC"
| |
| resource: "HummerADC" (set to 0)
| |
| action: N/A
| |
| | |
| c64dtv/c64dtvblitter.c:
| |
| -----------------------
| |
| command line: -dtvrev <Revision>
| |
| description: "Specify DTV Revision (2: DTV2, 3: DTV3)"
| |
| resource: "DtvRevision"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtvblitter.c:
| |
| -----------------------
| |
| command line: -dtvblitterlog
| |
| description: "Enable DTV blitter logs."
| |
| resource: "DtvBlitterLog" (set to 1)
| |
| action: N/A
| |
| fixme: is a debug option imo
| |
| | |
| c64dtv/c64dtvblitter.c:
| |
| -----------------------
| |
| command line: +dtvblitterlog
| |
| description: "Disable DTV blitter logs."
| |
| resource: "DtvBlitterLog" (set to 0)
| |
| action: N/A
| |
| fixme: is a debug option imo
| |
| | |
| c64dtv/c64dtvdma.c:
| |
| -------------------
| |
| command line: -dtvdmalog
| |
| description: "Enable DTV DMA logs."
| |
| resource: "DtvDMALog" (set to 1)
| |
| action: N/A
| |
| fixme: is a debug option imo
| |
| | |
| c64dtv/c64dtvdma.c:
| |
| -------------------
| |
| command line: +dtvdmalog
| |
| description: "Disable DTV DMA logs."
| |
| resource: "DtvDMALog" (set to 0)
| |
| action: N/A
| |
| fixme: is a debug option imo
| |
| | |
| c64dtv/c64dtvflash.c:
| |
| ---------------------
| |
| command line: -c64dtvromimage <Name>
| |
| description: "Specify name of C64DTV ROM image"
| |
| resource: "c64dtvromfilename"
| |
| action: N/A
| |
| | |
| c64dtv/c64dtvflash.c:
| |
| ---------------------
| |
| command line: -c64dtvromrw
| |
| description: "Enable writes to C64DTV ROM image"
| |
| resource: "c64dtvromrw" (set to 1)
| |
| action: N/A
| |
| | |
| c64dtv/c64dtvflash.c:
| |
| ---------------------
| |
| command line: +c64dtvromrw
| |
| description: "Disable writes to C64DTV ROM image"
| |
| resource: "c64dtvromrw" (set to 0)
| |
| action: N/A
| |
| | |
| c64dtv/c64dtvflash.c:
| |
| ---------------------
| |
| command line: -dtvflashlog
| |
| description: "Enable DTV flash chip logs."
| |
| resource: "DtvFlashLog" (set to 1)
| |
| action: N/A
| |
| fixme: is a debug option imo
| |
| | |
| c64dtv/c64dtvflash.c:
| |
| ---------------------
| |
| command line: +dtvflashlog
| |
| description: "Disable DTV flash chip logs."
| |
| resource: "DtvFlashLog" (set to 0)
| |
| action: N/A
| |
| fixme: is a debug option imo
| |
| | |
| c64dtv/flash-trap.c:
| |
| --------------------
| |
| command line: -fsflash <Name>
| |
| description: "Use <name> as directory for flash file system device"
| |
| resource: "FSFlashDir"
| |
| action: N/A
| |
| | |
| c64dtv/flash-trap.c:
| |
| --------------------
| |
| command line: -trueflashfs
| |
| description: "Enable true hardware flash file system"
| |
| resource: "FlashTrueFS" (set to 1)
| |
| action: N/A
| |
| | |
| c64dtv/flash-trap.c:
| |
| --------------------
| |
| command line: +trueflashfs
| |
| description: "Disable true hardware flash file system"
| |
| resource: "FlashTrueFS" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSC)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -model <modelnumber>
| |
| description: "Specify CBM-II model to emulate" (fixme: needs better description)
| |
| resource: N/A
| |
| action: cbm2_set_model() (sets "ModelLine", "MachineVideoStandard", "RamSize", "KernalName", "BasicName" and "ChargenName")
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ramsize <RAM size>
| |
| description: "Specify size of RAM (64/128/256/512/1024 kByte)"
| |
| resource: "RamSize"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of Kernal ROM image"
| |
| resource: "KernalName"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -basic <Name>
| |
| description: "Specify name of BASIC ROM image"
| |
| resource: "BasicName"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of character generator ROM image"
| |
| resource: "ChargenName"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ram08
| |
| description: "Enable RAM mapping in $0800-$0FFF"
| |
| resource: "Ram08" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +ram08
| |
| description: "Disable RAM mapping in $0800-$0FFF"
| |
| resource: "Ram08" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ram1
| |
| description: "Enable RAM mapping in $1000-$1FFF"
| |
| resource: "Ram1" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +ram1
| |
| description: "Disable RAM mapping in $1000-$1FFF"
| |
| resource: "Ram1" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ram2
| |
| description: "Enable RAM mapping in $2000-$3FFF"
| |
| resource: "Ram2" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +ram2
| |
| description: "Disable RAM mapping in $2000-$3FFF"
| |
| resource: "Ram2" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ram4
| |
| description: "Enable RAM mapping in $4000-$5FFF"
| |
| resource: "Ram4" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +ram4
| |
| description: "Disable RAM mapping in $4000-$5FFF"
| |
| resource: "Ram4" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ram6
| |
| description: "Enable RAM mapping in $6000-$7FFF"
| |
| resource: "Ram6" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +ram6
| |
| description: "Disable RAM mapping in $6000-$7FFF"
| |
| resource: "Ram6" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -ramC
| |
| description: "Enable RAM mapping in $C000-$CFFF"
| |
| resource: "RamC" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +ramC
| |
| description: "Disable RAM mapping in $C000-$CFFF"
| |
| resource: "RamC" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file" (fixme: needs better description)
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -grsymkeymap <Name>
| |
| description: "Specify name of graphics keyboard symbolic keymap file"
| |
| resource: "KeymapGraphicsSymFile"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -grposkeymap <Name>
| |
| description: "Specify name of graphics keyboard positional keymap file"
| |
| resource: "KeymapGraphicsPosFile"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -buksymkeymap <Name>
| |
| description: "Specify name of UK business keyboard symbolic keymap file"
| |
| resource: "KeymapBusinessUKSymFile"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -bukposkeymap <Name>
| |
| description: "Specify name of UK business keyboard positional keymap file"
| |
| resource: "KeymapBusinessUKPosFile"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -bdesymkeymap <Name>
| |
| description: "Specify name of German business keyboard symbolic keymap file"
| |
| resource: "KeymapBusinessDESymFile"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -bdeposkeymap <Name>
| |
| description: "Specify name of German business keyboard positional keymap file"
| |
| resource: "KeymapBusinessDEPosFile"
| |
| action: N/A
| |
| | |
| cbm2/cbm2-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -cia1model <Model>
| |
| description: "Set CIA 1 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA1Model"
| |
| action: N/A
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: -cartreset
| |
| description: "Reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 1)
| |
| action: N/A
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: +cartreset
| |
| description: "Do not reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 0)
| |
| action: N/A
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: +cart
| |
| description: "Disable default cartridge"
| |
| resource: N/A
| |
| action: cart_attach_cmdline() (fixme: research what resources are used)
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: -cart1 <Name>
| |
| description: "Specify name of cartridge ROM image for $1000"
| |
| resource: "Cart1Name"
| |
| action: N/A
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: -cart2 <Name>
| |
| description: "Specify name of cartridge ROM image for $2000-$3fff"
| |
| resource: "Cart2Name"
| |
| action: N/A
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: -cart4 <Name>
| |
| description: "Specify name of cartridge ROM image for $4000-$5fff"
| |
| resource: "Cart4Name"
| |
| action: N/A
| |
| | |
| cbm2/cbm2cart.c:
| |
| ----------------
| |
| command line: -cart6 <Name>
| |
| description: "Specify name of cartridge ROM image for $6000-$7fff"
| |
| resource: "Cart6Name"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCstretchvertical
| |
| description: "Enable additional vertical stretching."
| |
| resource: "CrtcStretchVertical" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTCstretchvertical
| |
| description: "Disable additional vertical stretching."
| |
| resource: "CrtcStretchVertical" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCvcache
| |
| description: "Enable the video cache"
| |
| resource: "CRTCVideoCache" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTCvcache
| |
| description: "Disable the video cache"
| |
| resource: "CRTCVideoCache" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCdsize
| |
| description: "Enable double size"
| |
| resource: "CRTCDoubleSize" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTCdsize
| |
| description: "Disable double size"
| |
| resource: "CRTCDoubleSize" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCdscan
| |
| description: "Enable double scan"
| |
| resource: "CRTCDoubleScan" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTCdscan
| |
| description: "Disable double scan"
| |
| resource: "CRTCDoubleScan" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCaudioleak
| |
| description: "Enable audio leak emulation"
| |
| resource: "CRTCAudioLeak" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTCaudioleak
| |
| description: "Disable audio leak emulation"
| |
| resource: "CRTCAudioLeak" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTChwscale
| |
| description: "Enable hardware scaling"
| |
| resource: "CRTCHwScale" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTChwscale
| |
| description: "Disable hardware scaling"
| |
| resource: "CRTCHwScale" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCfilter <Mode>
| |
| description: "Select rendering filter: (0: none, 1: CRT emulation, 2: scale2x)"
| |
| resource: "CRTCFilter"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCintpal
| |
| description: "Use an internal calculated palette"
| |
| resource: "CRTCExternalPalette" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCextpal
| |
| description: "Use an external palette (file)"
| |
| resource: "CRTCExternalPalette" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCpalette <Name>
| |
| description: "Specify name of file of external palette"
| |
| resource: "CRTCPaletteFile"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCfull
| |
| description: "Enable fullscreen"
| |
| resource: "CRTCFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +CRTCfull
| |
| description: "Disable fullscreen"
| |
| resource: "CRTCFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "CRTCFullscreenDevice"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCSDLfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "CRTCSDLFullscreenMode"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCXRANDRfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "CRTCXRANDRFullscreenMode"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCVidmodefullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "CRTCVidmodeFullscreenMode"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCsaturation <0-2000>
| |
| description: "Set saturation of internal calculated palette [1000]"
| |
| resource: "CRTCColorSaturation"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCcontrast <0-2000>
| |
| description: "Set contrast of internal calculated palette [1000]"
| |
| resource: "CRTCColorContrast"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCbrightness <0-2000>
| |
| description: "Set brightness of internal calculated palette [1000]"
| |
| resource: "CRTCColorBrightness"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCgamma <0-4000>
| |
| description: "Set gamma of internal calculated palette [2200]"
| |
| resource: "CRTCColorGamma"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCtint <0-2000>
| |
| description: "Set tint of internal calculated palette [1000]"
| |
| resource: "CRTCColorTint"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCcrtblur <0-1000>
| |
| description: "Amount of horizontal blur for the CRT emulation. [500]"
| |
| resource: "CRTCPALBlur"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCcrtscanlineshade <0-1000>
| |
| description: "Amount of scan line shading for the CRT emulation [667]"
| |
| resource: "CRTCPALScanLineShade"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCoddlinesphase <0-2000>
| |
| description: "Set phase for color carrier in odd lines [1250]"
| |
| resource: "CRTCPALOddLinePhase"
| |
| action: N/A
| |
| | |
| crtc/crtc-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -CRTCoddlinesoffset <0-2000>
| |
| description: "Set phase offset for color carrier in odd lines [750]"
| |
| resource: "CRTCPALOddLineOffset"
| |
| action: N/A
| |
| | |
| datasette.c:
| |
| ------------
| |
| command line: -dsresetwithcpu
| |
| description: "Enable automatic Datasette-Reset"
| |
| resource: "DatasetteResetWithCPU" (set to 1)
| |
| action: N/A
| |
| | |
| datasette.c:
| |
| ------------
| |
| command line: +dsresetwithcpu
| |
| description: "Disable automatic Datasette-Reset"
| |
| resource: "DatasetteResetWithCPU" (set to 0)
| |
| action: N/A
| |
| | |
| datasette.c:
| |
| ------------
| |
| command line: -dszerogapdelay <value>
| |
| description: "Set delay in cycles for a zero in the tap"
| |
| resource: "DatasetteZeroGapDelay"
| |
| action: N/A
| |
| | |
| datasette.c:
| |
| ------------
| |
| command line: -dsspeedtuning <value>
| |
| description: "Set number of cycles added to each gap in the tap"
| |
| resource: "DatasetteSpeedTuning"
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: -trace_maincpu
| |
| description: "Trace the main CPU"
| |
| resource: "MainCPU_TRACE" (set to 1)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: +trace_maincpu
| |
| description: "Do not trace the main CPU"
| |
| resource: "MainCPU_TRACE" (set to 0)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: -trace_drive0
| |
| description: "Trace the drive0 CPU"
| |
| resource: "Drive0CPU_TRACE" (set to 1)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: +trace_drive0
| |
| description: "Do not trace the drive0 CPU"
| |
| resource: "Drive0CPU_TRACE" (set to 0)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: -trace_drive1
| |
| description: "Trace the drive1 CPU"
| |
| resource: "Drive1CPU_TRACE" (set to 1)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: +trace_drive1
| |
| description: "Do not trace the drive1 CPU"
| |
| resource: "Drive1CPU_TRACE" (set to 0)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: -trace_drive2
| |
| description: "Trace the drive2 CPU"
| |
| resource: "Drive2CPU_TRACE" (set to 1)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: +trace_drive2
| |
| description: "Do not trace the drive2 CPU"
| |
| resource: "Drive2CPU_TRACE" (set to 0)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: -trace_drive3
| |
| description: "Trace the drive3 CPU"
| |
| resource: "Drive3CPU_TRACE" (set to 1)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: +trace_drive3
| |
| description: "Do not trace the drive3 CPU"
| |
| resource: "Drive3CPU_TRACE" (set to 0)
| |
| action: N/A
| |
| | |
| debug.c:
| |
| --------
| |
| command line: -trace_mode <value>
| |
| description: "Trace mode (0=normal 1=small 2=history)"
| |
| resource: "TraceMode"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -truedrive
| |
| description: "Enable hardware-level emulation of disk drives"
| |
| resource: "DriveTrueEmulation" (set to 1)
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +truedrive
| |
| description: "Disable hardware-level emulation of disk drives"
| |
| resource: "DriveTrueEmulation" (set to 0)
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drivesound
| |
| description: "Enable sound emulation of disk drives"
| |
| resource: "DriveSoundEmulation" (set to 1)
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +drivesound
| |
| description: "Disable sound emulation of disk drives"
| |
| resource: "DriveSoundEmulation" (set to 0)
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drivesoundvolume <Volume>
| |
| description: "Set volume for disk drive sound emulation (0-4000)"
| |
| resource: "DriveSoundEmulationVolume"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive8type <Type>
| |
| description: "Set drive type (0: no drive)" (fixme: needs better description)
| |
| resource: "Drive8Type"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive9type <Type>
| |
| description: "Set drive type (0: no drive)" (fixme: needs better description)
| |
| resource: "Drive9Type"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive10type <Type>
| |
| description: "Set drive type (0: no drive)" (fixme: needs better description)
| |
| resource: "Drive10Type"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive11type <Type>
| |
| description: "Set drive type (0: no drive)" (fixme: needs better description)
| |
| resource: "Drive11Type"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive8extend <method>
| |
| description: "Set drive 40 track extension policy (0: never, 1: ask, 2: on access)"
| |
| resource: "Drive8ExtendImagePolicy"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive9extend <method>
| |
| description: "Set drive 40 track extension policy (0: never, 1: ask, 2: on access)"
| |
| resource: "Drive9ExtendImagePolicy"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive10extend <method>
| |
| description: "Set drive 40 track extension policy (0: never, 1: ask, 2: on access)"
| |
| resource: "Drive10ExtendImagePolicy"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive11extend <method>
| |
| description: "Set drive 40 track extension policy (0: never, 1: ask, 2: on access)"
| |
| resource: "Drive11ExtendImagePolicy"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive8idle <method>
| |
| description: "Set drive idling method (0: no traps, 1: skip cycles, 2: trap idle)"
| |
| resource: "Drive8IdleMethod"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive9idle <method>
| |
| description: "Set drive idling method (0: no traps, 1: skip cycles, 2: trap idle)"
| |
| resource: "Drive9IdleMethod"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive10idle <method>
| |
| description: "Set drive idling method (0: no traps, 1: skip cycles, 2: trap idle)"
| |
| resource: "Drive10IdleMethod"
| |
| action: N/A
| |
| | |
| drive/drive-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -drive11idle <method>
| |
| description: "Set drive idling method (0: no traps, 1: skip cycles, 2: trap idle)"
| |
| resource: "Drive11IdleMethod"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -profdos1571 <Name>
| |
| description: "Specify name of Professional DOS 1571 ROM image"
| |
| resource: "DriveProfDOS1571Name"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -supercard <Name>
| |
| description: "Specify name of SuperCard+ ROM image"
| |
| resource: "DriveSuperCardName"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -parallel8 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard, 2: Dolphin DOS 3, 3: Formel 64)"
| |
| resource: "Drive8ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -parallel9 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard, 2: Dolphin DOS 3, 3: Formel 64)"
| |
| resource: "Drive9ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -parallel10 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard, 2: Dolphin DOS 3, 3: Formel 64)"
| |
| resource: "Drive10ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -parallel11 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard, 2: Dolphin DOS 3, 3: Formel 64)"
| |
| resource: "Drive11ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive8profdos
| |
| description: "Enable Professional DOS"
| |
| resource: "Drive8ProfDOS" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive8profdos
| |
| description: "Disable Professional DOS"
| |
| resource: "Drive8ProfDOS" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive9profdos
| |
| description: "Enable Professional DOS"
| |
| resource: "Drive9ProfDOS" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive9profdos
| |
| description: "Disable Professional DOS"
| |
| resource: "Drive9ProfDOS" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive10profdos
| |
| description: "Enable Professional DOS"
| |
| resource: "Drive10ProfDOS" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive10profdos
| |
| description: "Disable Professional DOS"
| |
| resource: "Drive10ProfDOS" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive11profdos
| |
| description: "Enable Professional DOS"
| |
| resource: "Drive11ProfDOS" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive11profdos
| |
| description: "Disable Professional DOS"
| |
| resource: "Drive11ProfDOS" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive8supercard
| |
| description: "Enable SuperCard+"
| |
| resource: "Drive8SuperCard" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive8supercard
| |
| description: "Disable SuperCard+"
| |
| resource: "Drive8SuperCard" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive9supercard
| |
| description: "Enable SuperCard+"
| |
| resource: "Drive9SuperCard" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive9supercard
| |
| description: "Disable SuperCard+"
| |
| resource: "Drive9SuperCard" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive10supercard
| |
| description: "Enable SuperCard+"
| |
| resource: "Drive10SuperCard" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive10supercard
| |
| description: "Disable SuperCard+"
| |
| resource: "Drive10SuperCard" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: -drive11supercard
| |
| description: "Enable SuperCard+"
| |
| resource: "Drive11SuperCard" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/c64exp/c64exp-cmdline-options.c:
| |
| ------------------------------------------
| |
| command line: +drive11supercard
| |
| description: "Disable SuperCard+"
| |
| resource: "Drive11SuperCard" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos1541 <Name>
| |
| description: "Specify name of 1541 DOS ROM image"
| |
| resource: "DosName1541"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos1541II <Name>
| |
| description: "Specify name of 1541-II DOS ROM image"
| |
| resource: "DosName1541II"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos1570 <Name>
| |
| description: "Specify name of 1570 DOS ROM image"
| |
| resource: "DosName1570"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos1571 <Name>
| |
| description: "Specify name of 1571 DOS ROM image"
| |
| resource: "DosName1571"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos1581 <Name>
| |
| description: "Specify name of 1581 DOS ROM image"
| |
| resource: "DosName1581"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos2000 <Name>
| |
| description: "Specify name of 2000 DOS ROM image"
| |
| resource: "DosName2000"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -dos4000 <Name>
| |
| description: "Specify name of 4000 DOS ROM image"
| |
| resource: "DosName4000"
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive8ram2000
| |
| description: "Enable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive8RAM2000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive8ram2000
| |
| description: "Disable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive8RAM2000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive9ram2000
| |
| description: "Enable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive9RAM2000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive9ram2000
| |
| description: "Disable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive9RAM2000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive10ram2000
| |
| description: "Enable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive10RAM2000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive10ram2000
| |
| description: "Disable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive10RAM2000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive11ram2000
| |
| description: "Enable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive11RAM2000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive11ram2000
| |
| description: "Disable 8KB RAM expansion at $2000-$3FFF"
| |
| resource: "Drive11RAM2000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive8ram4000
| |
| description: "Enable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive8RAM4000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive8ram4000
| |
| description: "Disable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive8RAM4000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive9ram4000
| |
| description: "Enable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive9RAM4000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive9ram4000
| |
| description: "Disable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive9RAM4000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive10ram4000
| |
| description: "Enable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive10RAM4000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive10ram4000
| |
| description: "Disable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive10RAM4000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive11ram4000
| |
| description: "Enable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive11RAM4000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive11ram4000
| |
| description: "Disable 8KB RAM expansion at $4000-$5FFF"
| |
| resource: "Drive11RAM4000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive8ram6000
| |
| description: "Enable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive8RAM6000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive8ram6000
| |
| description: "Disable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive8RAM6000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive9ram6000
| |
| description: "Enable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive9RAM6000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive9ram6000
| |
| description: "Disable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive9RAM6000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive10ram6000
| |
| description: "Enable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive10RAM6000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive10ram6000
| |
| description: "Disable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive10RAM6000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive11ram6000
| |
| description: "Enable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive11RAM6000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive11ram6000
| |
| description: "Disable 8KB RAM expansion at $6000-$7FFF"
| |
| resource: "Drive11RAM6000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive8ram8000
| |
| description: "Enable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive8RAM8000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive8ram8000
| |
| description: "Disable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive8RAM8000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive9ram8000
| |
| description: "Enable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive9RAM8000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive9ram8000
| |
| description: "Disable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive9RAM8000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive10ram8000
| |
| description: "Enable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive10RAM8000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive10ram8000
| |
| description: "Disable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive10RAM8000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive11ram8000
| |
| description: "Enable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive11RAM8000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive11ram8000
| |
| description: "Disable 8KB RAM expansion at $8000-$9FFF"
| |
| resource: "Drive11RAM8000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive8rama000
| |
| description: "Enable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive8RAMA000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive8rama000
| |
| description: "Disable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive8RAMA000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive9rama000
| |
| description: "Enable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive9RAMA000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive9rama000
| |
| description: "Disable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive9RAMA000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive10rama000
| |
| description: "Enable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive10RAMA000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive10rama000
| |
| description: "Disable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive10RAMA000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -drive11rama000
| |
| description: "Enable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive11RAMA000" (set to 1)
| |
| action: N/A
| |
| | |
| drive/iec/iec-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +drive11rama000
| |
| description: "Disable 8KB RAM expansion at $A000-$BFFF"
| |
| resource: "Drive11RAMA000" (set to 0)
| |
| action: N/A
| |
| | |
| drive/iec/plus4exp/plus4exp-cmdline-options.c:
| |
| ----------------------------------------------
| |
| command line: -parallel8 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard)"
| |
| resource: "Drive8ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/plus4exp/plus4exp-cmdline-options.c:
| |
| ----------------------------------------------
| |
| command line: -parallel9 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard)"
| |
| resource: "Drive9ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/plus4exp/plus4exp-cmdline-options.c:
| |
| ----------------------------------------------
| |
| command line: -parallel10 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard)"
| |
| resource: "Drive10ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec/plus4exp/plus4exp-cmdline-options.c:
| |
| ----------------------------------------------
| |
| command line: -parallel11 <Type>
| |
| description: "Set parallel cable type (0: none, 1: standard)"
| |
| resource: "Drive11ParallelCable"
| |
| action: N/A
| |
| | |
| drive/iec128dcr/iec128dcr-cmdline-options.c:
| |
| --------------------------------------------
| |
| command line: -dos1571cr <Name>
| |
| description: "Specify name of 1571CR DOS ROM image"
| |
| resource: "DosName1571cr"
| |
| action: N/A
| |
| | |
| drive/ieee/ieee-cmdline-options.c:
| |
| ----------------------------------
| |
| command line: -dos2031 <Name>
| |
| description: "Specify name of 2031 DOS ROM image"
| |
| resource: "DosName2031"
| |
| action: N/A
| |
| | |
| drive/ieee/ieee-cmdline-options.c:
| |
| ----------------------------------
| |
| command line: -dos2040 <Name>
| |
| description: "Specify name of 2040 DOS ROM image"
| |
| resource: "DosName2040"
| |
| action: N/A
| |
| | |
| drive/ieee/ieee-cmdline-options.c:
| |
| ----------------------------------
| |
| command line: -dos3040 <Name>
| |
| description: "Specify name of 3040 DOS ROM image"
| |
| resource: "DosName3040"
| |
| action: N/A
| |
| | |
| drive/ieee/ieee-cmdline-options.c:
| |
| ----------------------------------
| |
| command line: -dos4040 <Name>
| |
| description: "Specify name of 4040 DOS ROM image"
| |
| resource: "DosName4040"
| |
| action: N/A
| |
| | |
| drive/ieee/ieee-cmdline-options.c:
| |
| ----------------------------------
| |
| command line: -dos1001 <Name>
| |
| description: "Specify name of 1001/8050/8250 DOS ROM image"
| |
| resource: "DosName1001"
| |
| action: N/A
| |
| | |
| drive/tcbm/tcbm-cmdline-options.c:
| |
| ----------------------------------
| |
| command line: -dos1551 <Name>
| |
| description: "Specify name of 1551 DOS ROM image"
| |
| resource: "DosName1551"
| |
| action: N/A
| |
| | |
| event.c:
| |
| --------
| |
| command line: -playback
| |
| description: "Playback recorded events"
| |
| resource: N/A
| |
| action: cmdline_help()
| |
| | |
| fliplist.c:
| |
| -----------
| |
| command line: -flipname <Name>
| |
| description: "Specify name of the flip list file image"
| |
| resource: "FliplistName"
| |
| action: N/A
| |
| | |
| fsdevice/fsdevice-cmdline-options.c:
| |
| ------------------------------------
| |
| command line: -fs8 <Name>
| |
| description: "Use <name> as directory for file system device #8"
| |
| resource: N/A
| |
| action: cmdline_fsdirectory() (sets "FSDevice8Dir")
| |
| | |
| fsdevice/fsdevice-cmdline-options.c:
| |
| ------------------------------------
| |
| command line: -fs9 <Name>
| |
| description: "Use <name> as directory for file system device #9"
| |
| resource: N/A
| |
| action: cmdline_fsdirectory() (sets "FSDevice9Dir")
| |
| | |
| fsdevice/fsdevice-cmdline-options.c:
| |
| ------------------------------------
| |
| command line: -fs10 <Name>
| |
| description: "Use <name> as directory for file system device #10"
| |
| resource: N/A
| |
| action: cmdline_fsdirectory() (sets "FSDevice10Dir")
| |
| | |
| fsdevice/fsdevice-cmdline-options.c:
| |
| ------------------------------------
| |
| command line: -fs11 <Name>
| |
| description: "Use <name> as directory for file system device #11"
| |
| resource: N/A
| |
| action: cmdline_fsdirectory() (sets "FSDevice11Dir")
| |
| | |
| gfxoutputdrv/doodledrv.c:
| |
| -------------------------
| |
| command line: -doodleoversize <method>
| |
| description: "Select the way the oversized input should be handled, (0: scale down, 1: crop left top, 2: crop center top, 3: crop right top, 4: crop left center, 5: crop center, 6: crop right center, 7: crop left bottom, 8: crop center bottom, 9: crop right bottom)"
| |
| resource: "DoodleOversizeHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/doodledrv.c:
| |
| -------------------------
| |
| command line: -doodleundersize <method>
| |
| description: "Select the way the undersized input should be handled, (0: scale up, 1: borderize)"
| |
| resource: "DoodleUndersizeHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/doodledrv.c:
| |
| -------------------------
| |
| command line: -doodlemc <method>
| |
| description: "Select the way the multicolor to hires should be handled, (0: b&w, 1: 2 colors, 2: 4 colors, 3: gray scale, 4: best cell colors)"
| |
| resource: "DoodleMultiColorHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/doodledrv.c:
| |
| -------------------------
| |
| command line: -doodletedlum <method>
| |
| description: "Select the way the TED luminosity should be handled, (0: ignore, 1: dither)"
| |
| resource: "DoodleTEDLumHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/doodledrv.c:
| |
| -------------------------
| |
| command line: -doodlecrtctextcolor <color>
| |
| description: "Select the CRTC text color (0: white, 1: amber, 2: green)"
| |
| resource: "DoodleCRTCTextColor"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/ffmpegdrv.c:
| |
| -------------------------
| |
| command line: -ffmpegaudiobitrate <value>
| |
| description: "Set bitrate for audio stream in media file"
| |
| resource: "FFMPEGAudioBitrate"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/ffmpegdrv.c:
| |
| -------------------------
| |
| command line: -ffmpegvideobitrate <value>
| |
| description: "Set bitrate for video stream in media file"
| |
| resource: "FFMPEGVideoBitrate"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/koaladrv.c:
| |
| ------------------------
| |
| command line: -koalaoversize <method>
| |
| description: "Select the way the oversized input should be handled, (0: scale down, 1: crop left top, 2: crop center top, 3: crop right top, 4: crop left center, 5: crop center, 6: crop right center, 7: crop left bottom, 8: crop center bottom, 9: crop right bottom)"
| |
| resource: "KoalaOversizeHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/koaladrv.c:
| |
| ------------------------
| |
| command line: -koalaundersize <method>
| |
| description: "Select the way the undersized input should be handled, (0: scale up, 1: borderize)"
| |
| resource: "KoalaUndersizeHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/koaladrv.c:
| |
| ------------------------
| |
| command line: -koalatedlum <method>
| |
| description: "Select the way the TED luminosity should be handled, (0: ignore, 1: dither)"
| |
| resource: "KoalaTEDLumHandling"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/koaladrv.c:
| |
| ------------------------
| |
| command line: -koalacrtctextcolor <color>
| |
| description: "Select the CRTC text color (0: white, 1: amber, 2: green)"
| |
| resource: "KoalaCRTCTextColor"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/quicktimedrv.c:
| |
| ----------------------------
| |
| command line: -quicktimeaudiobitrate <value>
| |
| description: "Set bitrate for audio stream in media file"
| |
| resource: "QuickTimeAudioBitrate"
| |
| action: N/A
| |
| | |
| gfxoutputdrv/quicktimedrv.c:
| |
| ----------------------------
| |
| command line: -quicktimevideobitrate <value>
| |
| description: "Set bitrate for video stream in media file"
| |
| resource: "QuickTimeVideoBitrate"
| |
| action: N/A
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -help
| |
| description: "Show a list of the available options and exit normally"
| |
| resource: N/A
| |
| action: cmdline_help()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -?
| |
| description: "Show a list of the available options and exit normally"
| |
| resource: N/A
| |
| action: cmdline_help()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -h
| |
| description: "Show a list of the available options and exit normally"
| |
| resource: N/A
| |
| action: cmdline_help()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -default
| |
| description: "Restore default settings"
| |
| resource: N/A
| |
| action: cmdline_default() (sets all resources to the default)
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -config <filename>
| |
| description: "Specify config file"
| |
| resource: N/A
| |
| action: cmdline_config()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -chdir <Directory>
| |
| description: "Change current working directory."
| |
| resource: N/A
| |
| action: cmdline_chdir()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -limitcycles <value>
| |
| description: "Specify number of cycles to run before quitting with an error."
| |
| resource: N/A
| |
| action: cmdline_limitcycles()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -console
| |
| description: "Console mode (for music playback)" (fixme: we have vsid for music playback)
| |
| resource: N/A
| |
| action: cmdline_console()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -core
| |
| description: "Allow production of core dumps"
| |
| resource: "DoCoreDump" (set to 1)
| |
| action: N/A
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: +core
| |
| description: "Do not produce core dumps"
| |
| resource: "DoCoreDump" (set to 0)
| |
| action: N/A
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -debug
| |
| description: "Don't call exception handler"
| |
| resource: "DoCoreDump" (set to 1)
| |
| action: N/A
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: +debug
| |
| description: "Call exception handler (default)"
| |
| resource: "DoCoreDump" (set to 0)
| |
| action: N/A
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -autostart <Name>
| |
| description: "Attach and autostart tape/disk image <name>"
| |
| resource: N/A
| |
| action: cmdline_autostart()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -autoload <Name>
| |
| description: "Attach and autoload tape/disk image <name>"
| |
| resource: N/A
| |
| action: cmdline_autoload()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -1 <Name>
| |
| description: "Attach <name> as a tape image"
| |
| resource: N/A
| |
| action: cmdline_attach()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -8 <Name>
| |
| description: "Attach <name> as a disk image in drive #8"
| |
| resource: N/A
| |
| action: cmdline_attach()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -9 <Name>
| |
| description: "Attach <name> as a disk image in drive #9"
| |
| resource: N/A
| |
| action: cmdline_attach()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -10 <Name>
| |
| description: "Attach <name> as a disk image in drive #10"
| |
| resource: N/A
| |
| action: cmdline_attach()
| |
| | |
| initcmdline.c:
| |
| --------------
| |
| command line: -11 <Name>
| |
| description: "Attach <name> as a disk image in drive #11"
| |
| resource: N/A
| |
| action: cmdline_attach()
| |
| | |
| kbdbuf.c:
| |
| ---------
| |
| command line: -keybuf <string>
| |
| description: "Put the specified string into the keyboard buffer."
| |
| resource: N/A
| |
| action: kdb_buf_feed_cmdline()
| |
| | |
| kbdbuf.c:
| |
| ---------
| |
| command line: -keybuf-delay <value>
| |
| description: "Set additional keyboard buffer delay (0: use default)"
| |
| resource: "KbdbufDelay"
| |
| action: N/A
| |
| | |
| lightpen.c:
| |
| -----------
| |
| command line: -lightpen
| |
| description: "Enable lightpen emulation"
| |
| resource: "Lightpen" (set to 1)
| |
| action: N/A
| |
| | |
| lightpen.c:
| |
| -----------
| |
| command line: +lightpen
| |
| description: "Disable lightpen emulation"
| |
| resource: "Lightpen" (set to 0)
| |
| action: N/A
| |
| | |
| lightpen.c:
| |
| -----------
| |
| command line: -lightpentype <Type>
| |
| description: "Set lightpen type" (fixme: needs better description)
| |
| resource: "LightpenType"
| |
| action: N/A
| |
| | |
| log.c:
| |
| ------
| |
| command line: -logfile <Name>
| |
| description: "Specify log file name"
| |
| resource: N/A
| |
| action: log_logfile_opt() (sets "LogFileName")
| |
| | |
| log.c:
| |
| ------
| |
| command line: -verbose
| |
| description: "Enable verbose log output."
| |
| resource: N/A
| |
| action: log_verbose_opt()
| |
| | |
| machine.c:
| |
| ----------
| |
| command line: -jamaction <Type>
| |
| description: "Set action on CPU JAM: (0: Ask, 1: continue, 2: Monitor, 3: Reset, 4: Hard Reset, 5: Quit Emulator)"
| |
| resource: "JAMAction"
| |
| action: N/A
| |
| | |
| midi.c:
| |
| -------
| |
| command line: -midi
| |
| description: "Enable MIDI emulation"
| |
| resource: "MIDIEnable" (set to 1)
| |
| action: N/A
| |
| | |
| midi.c:
| |
| -------
| |
| command line: +midi
| |
| description: "Disable MIDI emulation"
| |
| resource: "MIDIEnable" (set to 0)
| |
| action: N/A
| |
| | |
| monitor/monitor.c:
| |
| ------------------
| |
| command line: -moncommands <Name>
| |
| description: "Execute monitor commands from file"
| |
| resource: N/A
| |
| action: set_playback_name()
| |
| | |
| monitor/monitor.c:
| |
| ------------------
| |
| command line: -monlog <Name>
| |
| description: "Write monitor output also to file"
| |
| resource: N/A
| |
| action: set_monlog_name()
| |
| | |
| monitor/monitor.c:
| |
| ------------------
| |
| command line: -initbreak <value>
| |
| description: "Set an initial breakpoint for the monitor"
| |
| resource: N/A
| |
| action: monitor_set_initial_breakpoint()
| |
| | |
| monitor/monitor_network.c:
| |
| --------------------------
| |
| command line: -remotemonitor
| |
| description: "Enable remote monitor"
| |
| resource: "MonitorServer" (set to 1)
| |
| action: N/A
| |
| | |
| monitor/monitor_network.c:
| |
| --------------------------
| |
| command line: +remotemonitor
| |
| description: "Disable remote monitor"
| |
| resource: "MonitorServer" (set to 0)
| |
| action: N/A
| |
| | |
| monitor/monitor_network.c:
| |
| --------------------------
| |
| command line: -remotemonitoraddress <Name>
| |
| description: "The local address the remote monitor should bind to"
| |
| resource: "MonitorServerAddress"
| |
| action: N/A
| |
| | |
| mouse.c:
| |
| --------
| |
| command line: -mouse
| |
| description: "Enable mouse grab"
| |
| resource: "Mouse" (set to 1)
| |
| action: N/A
| |
| | |
| mouse.c:
| |
| --------
| |
| command line: +mouse
| |
| description: "Disable mouse grab"
| |
| resource: "Mouse" (set to 0)
| |
| action: N/A
| |
| | |
| mouse.c:
| |
| --------
| |
| command line: -mousetype <value>
| |
| description: "Select the mouse type (0 = 1351, 1 = NEOS, 2 = Amiga, 3 = Paddles, 4 = CX-22, 5 = ST, 6 = Smart, 7 = Micromys 8 = Koalapad)"
| |
| resource: "Mousetype"
| |
| action: N/A
| |
| | |
| mouse.c:
| |
| --------
| |
| command line: -mouseport <value>
| |
| description: "Select the joystick port the mouse is attached to"
| |
| resource: "Mouseport"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSC)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -model <modelnumber>
| |
| description: "Specify PET model to emulate"
| |
| resource: N/A
| |
| action: pet_set_model() (sets "Basic1", "Basic1Chars", "ChargenName", "KernalName", "BasicName", "EditorName", "RomModule9Name",
| |
| "RomModuleAName", "RomModuleBName", "H6809RomAName", "H6809RomBName", "H6809RomCName", "H6809RomDName", "H6809RomEName",
| |
| "H6809RomFName")
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of Kernal ROM image"
| |
| resource: "KernalName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -basic <Name>
| |
| description: "Specify name of BASIC ROM image"
| |
| resource: "BasicName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -editor <Name>
| |
| description: "Specify name of Editor ROM image"
| |
| resource: "EditorName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of character generator ROM image"
| |
| resource: "ChargenName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -rom9 <Name>
| |
| description: "Specify 4K extension ROM name at $9***"
| |
| resource: "RomModule9Name"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -romA <Name>
| |
| description: "Specify 4K extension ROM name at $A***"
| |
| resource: "RomModuleAName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -romB <Name>
| |
| description: "Specify 4K extension ROM name at $B***"
| |
| resource: "RomModuleBName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -petram9
| |
| description: "Enable PET8296 4K RAM mapping at $9***"
| |
| resource: "Ram9" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: +petram9
| |
| description: "Disable PET8296 4K RAM mapping at $9***"
| |
| resource: "Ram9" (set to 0)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -petramA
| |
| description: "Enable PET8296 4K RAM mapping at $A***"
| |
| resource: "RamA" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: +petramA
| |
| description: "Disable PET8296 4K RAM mapping at $A***"
| |
| resource: "RamA" (set to 0)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -superpet
| |
| description: "Enable SuperPET I/O"
| |
| resource: "SuperPET" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: +superpet
| |
| description: "Disable SuperPET I/O"
| |
| resource: "SuperPET" (set to 0)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -basic1
| |
| description: "Enable ROM 1 Kernal patches"
| |
| resource: "Basic1" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: +basic1
| |
| description: "Disable ROM 1 Kernal patches"
| |
| resource: "Basic1" (set to 0)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -basic1char
| |
| description: "Switch upper/lower case charset"
| |
| resource: "Basic1Chars" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: +basic1char
| |
| description: "Do not switch upper/lower case charset"
| |
| resource: "Basic1Chars" (set to 0)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -eoiblank
| |
| description: "EOI blanks screen"
| |
| resource: "EoiBlank" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: +eoiblank
| |
| description: "EOI does not blank screen"
| |
| resource: "EoiBlank" (set to 0)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file" (fixme: needs better description)
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -grsymkeymap <Name>
| |
| description: "Specify name of graphics keyboard symbolic keymap file"
| |
| resource: "KeymapGraphicsSymFile"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -grposkeymap <Name>
| |
| description: "Specify name of graphics keyboard positional keymap file"
| |
| resource: "KeymapGraphicsPosFile"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -buksymkeymap <Name>
| |
| description: "Specify name of UK business keyboard symbolic keymap file"
| |
| resource: "KeymapBusinessUKSymFile"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -bukposkeymap <Name>
| |
| description: "Specify name of UK business keyboard positional keymap file"
| |
| resource: "KeymapBusinessUKPosFile"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -bdesymkeymap <Name>
| |
| description: "Specify name of German business keyboard symbolic keymap file"
| |
| resource: "KeymapBusinessDESymFile"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -bdeposkeymap <Name>
| |
| description: "Specify name of German business keyboard positional keymap file"
| |
| resource: "KeymapBusinessDEPosFile"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -cpu6502
| |
| description: "Set SuperPET CPU switch to '6502'"
| |
| resource: "CPUswitch" (set to SUPERPET_CPU_6502)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -cpu6809
| |
| description: "Set SuperPET CPU switch to '6809'"
| |
| resource: "CPUswitch" (set to SUPERPET_CPU_6809)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -cpuprog
| |
| description: "Set SuperPET CPU switch to 'Prog'"
| |
| resource: "CPUswitch" (set to SUPERPET_CPU_PROG)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -6809romA <Name>
| |
| description: "Specify 4K to 24K ROM file name at $A000 for 6809"
| |
| resource: "H6809RomAName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -6809romB <Name>
| |
| description: "Specify 4K to 20K ROM file name at $B000 for 6809"
| |
| resource: "H6809RomBName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -6809romC <Name>
| |
| description: "Specify 4K to 16K ROM file name at $C000 for 6809"
| |
| resource: "H6809RomCName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -6809romD <Name>
| |
| description: "Specify 4K to 12K ROM file name at $D000 for 6809"
| |
| resource: "H6809RomDName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -6809romE <Name>
| |
| description: "Specify 2K or 8K ROM file name at $E000 for 6809"
| |
| resource: "H6809RomEName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -6809romF <Name>
| |
| description: "Specify 4K ROM file name at $F000 for 6809"
| |
| resource: "H6809RomFName"
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -colour-rgbi
| |
| description: "RGBI colour extension to PET 4032"
| |
| resource: "PETColour" (set to PET_COLOUR_TYPE_RGBI)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -colour-analog
| |
| description: "Analog colour extension to PET 4032"
| |
| resource: "PETColour" (set to PET_COLOUR_TYPE_ANALOG)
| |
| action: N/A
| |
| | |
| pet/pet-cmdline-options.c:
| |
| --------------------------
| |
| command line: -colour-analog-bg <Colour 0-255>
| |
| description: "Analog colour background on PET 4032"
| |
| resource: "PETColourBG"
| |
| action: N/A
| |
| | |
| pet/pet-sidcart.c:
| |
| ------------------
| |
| command line: -sidcart
| |
| description: "Enable the SID cartridge"
| |
| resource: "SidCart" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pet-sidcart.c:
| |
| ------------------
| |
| command line: +sidcart
| |
| description: "Disable the SID cartridge"
| |
| resource: "SidCart" (set to 0)
| |
| action: N/A
| |
| | |
| pet/petdww.c:
| |
| -------------
| |
| command line: -petdww
| |
| description: "Enable the PET DWW hi-res board"
| |
| resource: "PETDWW" (set to 1)
| |
| action: N/A
| |
| | |
| pet/petdww.c:
| |
| -------------
| |
| command line: +petdww
| |
| description: "Disable the PET DWW hi-res board"
| |
| resource: "PETDWW" (set to 0)
| |
| action: N/A
| |
| | |
| pet/petdww.c:
| |
| -------------
| |
| command line: -petdwwimage <Name>
| |
| description: "Specify name of PET DWW image"
| |
| resource: "PETDWWfilename"
| |
| action: N/A
| |
| | |
| pet/pethre.c:
| |
| -------------
| |
| command line: -pethre
| |
| description: "Enable HiRes Emulation Board"
| |
| resource: "PETHRE" (set to 1)
| |
| action: N/A
| |
| | |
| pet/pethre.c:
| |
| -------------
| |
| command line: +pethre
| |
| description: "Disable HiRes Emulation Board"
| |
| resource: "PETHRE" (set to 0)
| |
| action: N/A
| |
| | |
| pet/petpia1.c:
| |
| --------------
| |
| command line: -diagpin
| |
| description: "Enable userport diagnostic pin"
| |
| resource: "DiagPin" (set to 1)
| |
| action: N/A
| |
| | |
| pet/petpia1.c:
| |
| --------------
| |
| command line: +diagpin
| |
| description: "Disable userport diagnostic pin"
| |
| resource: "DiagPin" (set to 0)
| |
| action: N/A
| |
| | |
| pet/petreu.c:
| |
| -------------
| |
| command line: -petreu
| |
| description: "Enable the PET Ram and Expansion Unit"
| |
| resource: "PETREU" (set to 1)
| |
| action: N/A
| |
| | |
| pet/petreu.c:
| |
| -------------
| |
| command line: +petreu
| |
| description: "Disable the PET Ram and Expansion Unit"
| |
| resource: "PETREU" (set to 0)
| |
| action: N/A
| |
| | |
| pet/petreu.c:
| |
| -------------
| |
| command line: -petreuimage <Name>
| |
| description: "Specify name of PET Ram and Expansion Unit image"
| |
| resource: "PETREUfilename"
| |
| action: N/A
| |
| | |
| pet/petreu.c:
| |
| -------------
| |
| command line: -petreuramsize <size in KB>
| |
| description: "Size of the PET Ram and Expansion Unit"
| |
| resource: "PETREUsize"
| |
| action: N/A
| |
| | |
| plus4/digiblaster.c:
| |
| --------------------
| |
| command line: -digiblaster
| |
| description: "Enable the digiblaster add-on"
| |
| resource: "DIGIBLASTER" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/digiblaster.c:
| |
| --------------------
| |
| command line: +digiblaster
| |
| description: "Disable the digiblaster add-on"
| |
| resource: "DIGIBLASTER" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NTSC)
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of Kernal ROM image"
| |
| resource: "KernalName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -basic <Name>
| |
| description: "Specify name of BASIC ROM image"
| |
| resource: "BasicName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -functionlo <Name>
| |
| description: "Specify name of Function low ROM image"
| |
| resource: "FunctionLowName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -functionhi <Name>
| |
| description: "Specify name of Function high ROM image"
| |
| resource: "FunctionHighName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -c1lo <Name>
| |
| description: "Specify name of Cartridge 1 low ROM image"
| |
| resource: "c1loName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -c1hi <Name>
| |
| description: "Specify name of Cartridge 1 high ROM image"
| |
| resource: "c1hiName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -c2lo <Name>
| |
| description: "Specify name of Cartridge 2 low ROM image"
| |
| resource: "c2loName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -c2hi <Name>
| |
| description: "Specify name of Cartridge 2 high ROM image"
| |
| resource: "c2hiName"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -ramsize <RAM size>
| |
| description: "Specify size of RAM installed in kb (16/32/64)"
| |
| resource: "RamSize"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file (0=symbol, 1=positional)"
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -symkeymap <Name>
| |
| description: "Specify name of symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -poskeymap <Name>
| |
| description: "Specify name of positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| plus4/plus4-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -model <Model>
| |
| description: "Set Plus4 model (c16/c16pal/c16ntsc, plus4/plus4pal/plus4ntsc, v364/cv364, c232)"
| |
| resource: N/A
| |
| action: set_plus4_model() (sets "MachineVideoStandard", "RamSize", "KernalName", "BasicName", "FunctionLowName", "FunctionHighName",
| |
| "Acia1Enable", "SpeechImage", "SpeechEnabled")
| |
| | |
| plus4/plus4-sidcart.c:
| |
| ----------------------
| |
| command line: -sidcart
| |
| description: "Enable the SID cartridge"
| |
| resource: "SidCart" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/plus4-sidcart.c:
| |
| ----------------------
| |
| command line: +sidcart
| |
| description: "Disable the SID cartridge"
| |
| resource: "SidCart" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/plus4-sidcart.c:
| |
| ----------------------
| |
| command line: -sidcartjoy
| |
| description: "Enable SID cartridge joystick"
| |
| resource: "SIDCartJoy" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/plus4-sidcart.c:
| |
| ----------------------
| |
| command line: +sidcartjoy
| |
| description: "Disable SID cartridge joystick"
| |
| resource: "SIDCartJoy" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/plus4acia.c:
| |
| ------------------
| |
| command line: -acia
| |
| description: "Enable the ACIA emulation"
| |
| resource: "Acia1Enable" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/plus4acia.c:
| |
| ------------------
| |
| command line: +acia
| |
| description: "Disable the ACIA emulation"
| |
| resource: "Acia1Enable" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/plus4cart.c:
| |
| ------------------
| |
| command line: -cartreset
| |
| description: "Reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/plus4cart.c:
| |
| ------------------
| |
| command line: +cartreset
| |
| description: "Do not reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/plus4cart.c:
| |
| ------------------
| |
| command line: -cart <Name>
| |
| description: "Smart-attach cartridge image"
| |
| resource: N/A
| |
| action: cart_attach_cmdline()
| |
| | |
| plus4/plus4cart.c:
| |
| ------------------
| |
| command line: +cart
| |
| description: "Disable default cartridge"
| |
| resource: N/A
| |
| action: cart_attach_cmdline()
| |
| | |
| plus4/plus4memcsory256k.c:
| |
| --------------------------
| |
| command line: -cs256k
| |
| description: "Enable the CSORY 256K RAM expansion"
| |
| resource: "CS256K" (set to 1) (fixme: make a better system for this)
| |
| action: N/A
| |
| | |
| plus4/plus4memhannes256k.c:
| |
| ---------------------------
| |
| command line: -h256k
| |
| description: "Enable the HANNES 256K RAM expansion"
| |
| resource: "H256K" (set to 1) (fixme: make a better system for this)
| |
| action: N/A
| |
| | |
| plus4/plus4memhannes256k.c:
| |
| ---------------------------
| |
| command line: -h1024k
| |
| description: "Enable the HANNES 1024K RAM expansion"
| |
| resource: "H256K" (set to 2) (fixme: make a better system for this)
| |
| action: N/A
| |
| | |
| plus4/plus4memhannes256k.c:
| |
| ---------------------------
| |
| command line: -h4096k
| |
| description: "Enable the HANNES 4096K RAM expansion"
| |
| resource: "H256K" (set to 3) (fixme: make a better system for this)
| |
| action: N/A
| |
| | |
| plus4/plus4speech.c:
| |
| --------------------
| |
| command line: -speech
| |
| description: "Enable the v364 speech add-on"
| |
| resource: "SpeechEnabled" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/plus4speech.c:
| |
| --------------------
| |
| command line: +speech
| |
| description: "Disable the v364 speech add-on"
| |
| resource: "SpeechEnabled" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/plus4speech.c:
| |
| --------------------
| |
| command line: -speechrom <Name>
| |
| description: "Attach Speech ROM image"
| |
| resource: N/A
| |
| action: set_speech_rom() (sets "SpeechImage" and "SpeechEnabled")
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDborders <Mode>
| |
| description: "Set VIC-II border display mode (0: normal, 1: full, 2: debug)" (fixme: incorrect description)
| |
| resource: N/A
| |
| action: border_set_func() (sets "TEDBorderMode")
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDvcache
| |
| description: "Enable the video cache"
| |
| resource: "TEDVideoCache" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDvcache
| |
| description: "Disable the video cache"
| |
| resource: "TEDVideoCache" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDdsize
| |
| description: "Enable double size"
| |
| resource: "TEDDoubleSize" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDdsize
| |
| description: "Disable double size"
| |
| resource: "TEDDoubleSize" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDdscan
| |
| description: "Enable double scan"
| |
| resource: "TEDDoubleScan" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDdscan
| |
| description: "Disable double scan"
| |
| resource: "TEDDoubleScan" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDaudioleak
| |
| description: "Enable audio leak emulation"
| |
| resource: "TEDAudioLeak" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDaudioleak
| |
| description: "Disable audio leak emulation"
| |
| resource: "TEDAudioLeak" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDhwscale
| |
| description: "Enable hardware scaling"
| |
| resource: "TEDHwScale" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDhwscale
| |
| description: "Disable hardware scaling"
| |
| resource: "TEDHwScale" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDfilter <Mode>
| |
| description: "Select rendering filter: (0: none, 1: CRT emulation, 2: scale2x)"
| |
| resource: "TEDFilter"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDintpal
| |
| description: "Use an internal calculated palette"
| |
| resource: "TEDExternalPalette" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDextpal
| |
| description: "Use an external palette (file)"
| |
| resource: "TEDExternalPalette" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDpalette <Name>
| |
| description: "Specify name of file of external palette"
| |
| resource: "TEDPaletteFile"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDSDLfull
| |
| description: "Enable fullscreen"
| |
| resource: "TEDSDLFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDSDLfull
| |
| description: "Disable fullscreen"
| |
| resource: "TEDSDLFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDSDLfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "TEDSDLFullscreenDevice"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDXRANDRfull
| |
| description: "Enable fullscreen"
| |
| resource: "TEDXRANDRFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDXRANDRfull
| |
| description: "Disable fullscreen"
| |
| resource: "TEDXRANDRFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDXRANDRfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "TEDXRANDRFullscreenDevice"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDVidmodefull
| |
| description: "Enable fullscreen"
| |
| resource: "TEDVidmodeFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +TEDVidmodefull
| |
| description: "Disable fullscreen"
| |
| resource: "TEDVidmodeFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDVidmodefulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "CRTCVidmodeFullscreenDevice"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDSDLfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "TEDSDLFullscreenMode"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDXRANDRfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "TEDXRANDRFullscreenMode"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDVidmodefullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "TEDVidmodeFullscreenMode"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDsaturation <0-2000>
| |
| description: "Set saturation of internal calculated palette [1000]"
| |
| resource: "TEDColorSaturation"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDcontrast <0-2000>
| |
| description: "Set contrast of internal calculated palette [1000]"
| |
| resource: "TEDColorContrast"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDbrightness <0-2000>
| |
| description: "Set brightness of internal calculated palette [1000]"
| |
| resource: "TEDColorBrightness"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDgamma <0-4000>
| |
| description: "Set gamma of internal calculated palette [2200]"
| |
| resource: "TEDColorGamma"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDtint <0-2000>
| |
| description: "Set tint of internal calculated palette [1000]"
| |
| resource: "TEDColorTint"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDoddlinesphase <0-2000>
| |
| description: "Set phase for color carrier in odd lines [1250]"
| |
| resource: "TEDPALOddLinePhase"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDoddlinesoffset <0-2000>
| |
| description: "Set phase offset for color carrier in odd lines [750]"
| |
| resource: "TEDPALOddLineOffset"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDcrtblur <0-1000>
| |
| description: "Amount of horizontal blur for the CRT emulation. [500]"
| |
| resource: "TEDPALBlur"
| |
| action: N/A
| |
| | |
| plus4/ted-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -TEDcrtscanlineshade <0-1000>
| |
| description: "Amount of scan line shading for the CRT emulation [667]"
| |
| resource: "TEDPALScanLineShade"
| |
| action: N/A
| |
| | |
| printerdrv/driver-select.c:
| |
| ---------------------------
| |
| command line: -pr4drv <Name>
| |
| description: "Specify name of printer driver for device #4" (fixme: needs better description)
| |
| resource: "Printer4Driver"
| |
| action: N/A
| |
| | |
| printerdrv/driver-select.c:
| |
| ---------------------------
| |
| command line: -pr5drv <Name>
| |
| description: "Specify name of printer driver for device #5" (fixme: needs better description)
| |
| resource: "Printer5Driver"
| |
| action: N/A
| |
| | |
| printerdrv/driver-select.c:
| |
| ---------------------------
| |
| command line: -pr6drv <Name>
| |
| description: "Specify name of printer driver for device #6" (fixme: needs better description)
| |
| resource: "Printer6Driver"
| |
| action: N/A
| |
| | |
| printerdrv/driver-select.c:
| |
| ---------------------------
| |
| command line: -pruserdrv <Name>
| |
| description: "Specify name of printer driver for the userport printer" (fixme: needs better description)
| |
| resource: "PrinterUserportDriver"
| |
| action: N/A
| |
| | |
| printerdrv/interface-serial.c:
| |
| ------------------------------
| |
| command line: -device4 <Type>
| |
| description: "Set device type for device #4 (0: NONE, 1: FS, 2: REAL)"
| |
| resource: "Printer4"
| |
| action: N/A
| |
| | |
| printerdrv/interface-serial.c:
| |
| ------------------------------
| |
| command line: -device5 <Type>
| |
| description: "Set device type for device #5 (0: NONE, 1: FS, 2: REAL)"
| |
| resource: "Printer5"
| |
| action: N/A
| |
| | |
| printerdrv/interface-serial.c:
| |
| ------------------------------
| |
| command line: -device6 <Type>
| |
| description: "Set device type for device #6 (0: NONE, 1: FS, 2: REAL)"
| |
| resource: "Printer6"
| |
| action: N/A
| |
| | |
| printerdrv/interface-serial.c:
| |
| ------------------------------
| |
| command line: -device7 <Type>
| |
| description: "Set device type for device #7 (0: NONE, 2: REAL)"
| |
| resource: "Printer7"
| |
| action: N/A
| |
| | |
| printerdrv/interface-userport.c:
| |
| --------------------------------
| |
| command line: -pruser
| |
| description: "Enable the userport printer emulation"
| |
| resource: "PrinterUserport" (set to 1)
| |
| action: N/A
| |
| | |
| printerdrv/interface-userport.c:
| |
| --------------------------------
| |
| command line: +pruser
| |
| description: "Disable the userport printer emulation"
| |
| resource: "PrinterUserport" (set to 0)
| |
| action: N/A
| |
| | |
| printerdrv/output-select.c:
| |
| ---------------------------
| |
| command line: -pr4output <Name>
| |
| description: "Specify name of output device for device #4"
| |
| resource: "Printer4Output"
| |
| action: N/A
| |
| | |
| printerdrv/output-select.c:
| |
| ---------------------------
| |
| command line: -pr5output <Name>
| |
| description: "Specify name of output device for device #5"
| |
| resource: "Printer5Output"
| |
| action: N/A
| |
| | |
| printerdrv/output-text.c:
| |
| -------------------------
| |
| command line: -prtxtdev1 <Name>
| |
| description: "Specify name of printer text device or dump file"
| |
| resource: "PrinterTextDevice1"
| |
| action: N/A
| |
| | |
| printerdrv/output-text.c:
| |
| -------------------------
| |
| command line: -prtxtdev2 <Name>
| |
| description: "Specify name of printer text device or dump file"
| |
| resource: "PrinterTextDevice2"
| |
| action: N/A
| |
| | |
| printerdrv/output-text.c:
| |
| -------------------------
| |
| command line: -prtxtdev3 <Name>
| |
| description: "Specify name of printer text device or dump file"
| |
| resource: "PrinterTextDevice3"
| |
| action: N/A
| |
| | |
| printerdrv/output-text.c:
| |
| -------------------------
| |
| command line: -pr4txtdev <0-2>
| |
| description: "Specify printer text output device for printer #4"
| |
| resource: "Printer4TextDevice"
| |
| action: N/A
| |
| | |
| printerdrv/output-text.c:
| |
| -------------------------
| |
| command line: -pr5txtdev <0-2>
| |
| description: "Specify printer text output device for printer #5"
| |
| resource: "Printer5TextDevice"
| |
| action: N/A
| |
| | |
| printerdrv/output-text.c:
| |
| -------------------------
| |
| command line: -pr6txtdev <0-2>
| |
| description: "Specify printer text output device for printer #6"
| |
| resource: "Printer6TextDevice"
| |
| action: N/A
| |
| | |
| ps2mouse.c:
| |
| -----------
| |
| command line: -ps2mouse
| |
| description: "Enable PS/2 mouse on userport"
| |
| resource: "PS2Mouse" (set to 1)
| |
| action: N/A
| |
| | |
| ps2mouse.c:
| |
| -----------
| |
| command line: +ps2mouse
| |
| description: "Disable PS/2 mouse on userport"
| |
| resource: "PS2Mouse" (set to 0)
| |
| action: N/A
| |
| | |
| ram.c:
| |
| ------
| |
| command line: -raminitstartvalue <value>
| |
| description: "Set the value for the very first RAM address after powerup"
| |
| resource: "RAMInitStartValue"
| |
| action: N/A
| |
| | |
| ram.c:
| |
| ------
| |
| command line: -raminitvalueinvert <num of bytes>
| |
| description: "Length of memory block initialized with the same value"
| |
| resource: "RAMInitValueInvert"
| |
| action: N/A
| |
| | |
| ram.c:
| |
| ------
| |
| command line: -raminitpatterninvert <num of bytes>
| |
| description: "Length of memory block initialized with the same pattern"
| |
| resource: "RAMInitPatternInvert"
| |
| action: N/A
| |
| | |
| romset.c:
| |
| ---------
| |
| command line: -romsetfile <File>
| |
| description: "load the given romset file"
| |
| resource: N/A
| |
| action: option_romsetfile()
| |
| | |
| romset.c:
| |
| ---------
| |
| command line: -romsetarchive <File>
| |
| description: "load the given romset archive"
| |
| resource: N/A
| |
| action: option_romsetarchive()
| |
| | |
| romset.c:
| |
| ---------
| |
| command line: -romsetarchiveselect <Item number>
| |
| description: "select the given item from the current romset archive"
| |
| resource: N/A
| |
| action: option_romsetarchiveselect()
| |
| | |
| rs232drv/rs232drv.c:
| |
| --------------------
| |
| command line: -rsdev1 <Name>
| |
| description: "Specify name of first RS232 device"
| |
| resource: "RsDevice1"
| |
| action: N/A
| |
| | |
| rs232drv/rs232drv.c:
| |
| --------------------
| |
| command line: -rsdev2 <Name>
| |
| description: "Specify name of second RS232 device"
| |
| resource: "RsDevice2"
| |
| action: N/A
| |
| | |
| rs232drv/rs232drv.c:
| |
| --------------------
| |
| command line: -rsdev3 <Name>
| |
| description: "Specify name of third RS232 device"
| |
| resource: "RsDevice3"
| |
| action: N/A
| |
| | |
| rs232drv/rs232drv.c:
| |
| --------------------
| |
| command line: -rsdev4 <Name>
| |
| description: "Specify name of fourth RS232 device"
| |
| resource: "RsDevice4"
| |
| action: N/A
| |
| | |
| rs232drv/rsuser.c:
| |
| ------------------
| |
| command line: -rsuser
| |
| description: "Enable RS232 userport emulation"
| |
| resource: "RsUserEnable" (set to 1)
| |
| action: N/A
| |
| | |
| rs232drv/rsuser.c:
| |
| ------------------
| |
| command line: +rsuser
| |
| description: "Disable RS232 userport emulation"
| |
| resource: "RsUserEnable" (set to 0)
| |
| action: N/A
| |
| | |
| rs232drv/rsuser.c:
| |
| ------------------
| |
| command line: -rsuserbaud <baud>
| |
| description: "Set the baud rate of the RS232 userport emulation."
| |
| resource: "RsUserBaud"
| |
| action: N/A
| |
| | |
| rs232drv/rsuser.c:
| |
| ------------------
| |
| command line: -rsuserdev <0-3>
| |
| description: "Specify VICE RS232 device for userport"
| |
| resource: "RsUserDev"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "VICIIModel")
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "VICIIModel")
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -ntscold
| |
| description: "Use old NTSC sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "VICIIModel")
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -paln
| |
| description: "Use PAL-N sync factor"
| |
| resource: N/A
| |
| action: set_video_standard() (sets "VICIIModel")
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -scpu64 <Name>
| |
| description: "Specify name of Kernal ROM image" (fixme: needs better description)
| |
| resource: "SCPU64Name"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of character generator ROM image"
| |
| resource: "ChargenName"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file (0=sym, 1=symDE, 2=pos)"
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -symkeymap <Name>
| |
| description: "Specify name of symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -symdekeymap <Name>
| |
| description: "Specify name of symbolic German keymap file"
| |
| resource: "KeymapSymDeFile"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -poskeymap <Name>
| |
| description: "Specify name of positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -ciamodel <Model>
| |
| description: "Set both CIA models (0 = old 6526, 1 = new 6526A)"
| |
| resource: N/A
| |
| action: set_cia_model() (sets "CIA1Model" and "CIA2Model")
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -cia1model <Model>
| |
| description: "Set CIA 1 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA1Model"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -cia2model <Model>
| |
| description: "Set CIA 2 model (0 = old 6526, 1 = new 6526A)"
| |
| resource: "CIA2Model"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -model <modelnumber>
| |
| description: "Set C64 model (c64/c64c/c64old, ntsc/newntsc/oldntsc, drean, jap, c64gs)"
| |
| resource: N/A
| |
| action: set_c64_model() (sets "MachineVideoStandard", "CIA1Model", "CIA2Model", "VICIINewLuminances", "BoardType", "IECReset",
| |
| "KernalName", "ChargenName", "SidEngine" and "SidModel")
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -burstmod <value>
| |
| description: "Burst modification (0 = None, 1 = CIA1, 2 = CIA2)"
| |
| resource: "BurstMod"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -iecreset <value>
| |
| description: "Computer reset goes to IEC bus (0 = No, 1 = Yes)"
| |
| resource: "IECReset"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -simmsize <number>
| |
| description: "Size of the SIMM RAM (0/1/4/8/16 MB)"
| |
| resource: "SIMMSize"
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -jiffyswitch
| |
| description: "Turn on Jiffy switch"
| |
| resource: "JiffySwitch" (set to 1)
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +jiffyswitch
| |
| description: "Turn off Jiffy switch"
| |
| resource: "JiffySwitch" (set to 0)
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -speedswitch
| |
| description: "Turn on Speed switch"
| |
| resource: "SpeedSwitch" (set to 1)
| |
| action: N/A
| |
| | |
| scpu64/scpu64-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +speedswitch
| |
| description: "Turn off Speed switch"
| |
| resource: "SpeedSwitch" (set to 0)
| |
| action: N/A
| |
| | |
| scpu64/scpu64gluelogic.c:
| |
| -------------------------
| |
| command line: -gluelogictype <Type>
| |
| description: "Set glue logic type (0 = discrete, 1 = 252535-01)"
| |
| resource: "GlueLogic"
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice4
| |
| description: "Enable IEC device emulation for device #4"
| |
| resource: "IECDevice4" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice4
| |
| description: "Disable IEC device emulation for device #4"
| |
| resource: "IECDevice4" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice5
| |
| description: "Enable IEC device emulation for device #5"
| |
| resource: "IECDevice5" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice5
| |
| description: "Disable IEC device emulation for device #5"
| |
| resource: "IECDevice5" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice6
| |
| description: "Enable IEC device emulation for device #6"
| |
| resource: "IECDevice6" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice6
| |
| description: "Disable IEC device emulation for device #6"
| |
| resource: "IECDevice6" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice7
| |
| description: "Enable IEC device emulation for device #7"
| |
| resource: "IECDevice7" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice7
| |
| description: "Disable IEC device emulation for device #7"
| |
| resource: "IECDevice7" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice8
| |
| description: "Enable IEC device emulation for device #8"
| |
| resource: "IECDevice8" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice8
| |
| description: "Disable IEC device emulation for device #8"
| |
| resource: "IECDevice8" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice9
| |
| description: "Enable IEC device emulation for device #9"
| |
| resource: "IECDevice9" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice9
| |
| description: "Disable IEC device emulation for device #9"
| |
| resource: "IECDevice9" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice10
| |
| description: "Enable IEC device emulation for device #10"
| |
| resource: "IECDevice10" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice10
| |
| description: "Disable IEC device emulation for device #10"
| |
| resource: "IECDevice10" (set to 0)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: -iecdevice11
| |
| description: "Enable IEC device emulation for device #11"
| |
| resource: "IECDevice11" (set to 1)
| |
| action: N/A
| |
| | |
| serial/serial-iec-device.c:
| |
| ---------------------------
| |
| command line: +iecdevice11
| |
| description: "Disable IEC device emulation for device #11"
| |
| resource: "IECDevice11" (set to 0)
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -sidenginemodel <engine and model>
| |
| description: "Specify SID engine and model (0: FastSID 6581, 1: FastSID 8580, 256: ReSID 6581, 257: ReSID 8580, 258: ReSID 8580 + digiboost, 260: DTVSID, 512: Catweasel, 768: HardSID, 1024: ParSID in par port 1, 1280: ParSID in par port 2, 1536: ParSID in par port 3)"
| |
| resource: N/A
| |
| action: sid_common_set_engine_model() (sets "SidEngine" and "SidModel")
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -residsamp <method>
| |
| description: "reSID sampling method (0: fast, 1: interpolating, 2: resampling, 3: fast resampling)"
| |
| resource: "SidResidSampling"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -residpass <percent>
| |
| description: "reSID resampling passband in percentage of total bandwidth (0 - 90)"
| |
| resource: "SidResidPassband"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -residgain <percent>
| |
| description: "reSID gain in percent (90 - 100)"
| |
| resource: "SidResidGain"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -residfilterbias <number>
| |
| description: "reSID filter bias setting, which can be used to adjust DAC bias in millivolts."
| |
| resource: "SidResidGain"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -sidstereo <amount>
| |
| description: "amount of extra SID chips"
| |
| resource: "SidStereo"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -sidstereoaddress <Base address>
| |
| description: "Specify base address for 2nd SID"
| |
| resource: "SidStereoAddressStart"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -sidtripleaddress <Base address>
| |
| description: "Specify base address for 3rd SID"
| |
| resource: "SidTripleAddressStart"
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: -sidfilters
| |
| description: "Emulate SID filters"
| |
| resource: "SidFilters" (set to 1)
| |
| action: N/A
| |
| | |
| sid/sid-cmdline-options.c:
| |
| --------------------------
| |
| command line: +sidfilters
| |
| description: "Do not emulate SID filters"
| |
| resource: "SidFilters" (set to 0)
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -sound
| |
| description: "Enable sound playback"
| |
| resource: "Sound" (set to 1)
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: +sound
| |
| description: "Disable sound playback"
| |
| resource: "Sound" (set to 0)
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundrate <value>
| |
| description: "Set sound sample rate to <value> Hz"
| |
| resource: "SoundSampleRate"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundbufsize <value>
| |
| description: "Set sound buffer size to <value> msec"
| |
| resource: "SoundBufferSize"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundfragsize <value>
| |
| description: "Set sound fragment size (0 = small, 1 = medium, 2 = large)"
| |
| resource: "SoundFragmentSize"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -sounddev <Name>
| |
| description: "Specify sound driver" (fixme: needs better description)
| |
| resource: "SoundDeviceName"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundarg <args>
| |
| description: "Specify initialization parameters for sound driver" (fixme: needs better description)
| |
| resource: "SoundDeviceArg"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundrecdev <Name>
| |
| description: "Specify recording sound driver" (fixme: needs better description)
| |
| resource: "SoundRecordDeviceName"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundrecarg <args>
| |
| description: "Specify initialization parameters for recording sound driver" (fixme: needs better description)
| |
| resource: "SoundRecordDeviceArg"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundsync <sync>
| |
| description: "Set sound speed adjustment (0: flexible, 1: adjusting, 2: exact)"
| |
| resource: "SoundSpeedAdjustment"
| |
| action: N/A
| |
| | |
| sound.c:
| |
| --------
| |
| command line: -soundoutput <output mode>
| |
| description: "Sound output mode: (0: system decides mono/stereo, 1: always mono, 2: always stereo)"
| |
| resource: "SoundOutput"
| |
| action: N/A
| |
| | |
| sysfile.c:
| |
| ----------
| |
| command line: -directory <Path>
| |
| description: "Define search path to locate system files"
| |
| resource: "Directory"
| |
| action: N/A
| |
| | |
| translate.c:
| |
| ------------
| |
| command line: -lang <iso language code>
| |
| description: "Specify the iso code of the language" (fixme: needs better description)
| |
| resource: "Language"
| |
| action: N/A
| |
| | |
| traps.c:
| |
| --------
| |
| command line: -virtualdev
| |
| description: "Enable general mechanisms for fast disk/tape emulation"
| |
| resource: "VirtualDevices" (set to 1)
| |
| action: N/A
| |
| | |
| traps.c:
| |
| --------
| |
| command line: +virtualdev
| |
| description: "Disable general mechanisms for fast disk/tape emulation"
| |
| resource: "VirtualDevices" (set to 0)
| |
| action: N/A
| |
| | |
| userport/userport_dac.c:
| |
| ------------------------
| |
| command line: -userportdac
| |
| description: "Enable Userport DAC for sound output"
| |
| resource: "UserportDAC" (set to 1)
| |
| action: N/A
| |
| | |
| userport/userport_dac.c:
| |
| ------------------------
| |
| command line: +userportdac
| |
| description: "Disable Userport DAC for sound output"
| |
| resource: "UserportDAC" (set to 0)
| |
| action: N/A
| |
| | |
| userport/userport_joystick.c:
| |
| -----------------------------
| |
| command line: -userportjoy
| |
| description: "Enable Userport joystick adapter"
| |
| resource: "UserportJoy" (set to 1)
| |
| action: N/A
| |
| | |
| userport/userport_joystick.c:
| |
| -----------------------------
| |
| command line: +userportjoy
| |
| description: "Disable Userport joystick adapter"
| |
| resource: "UserportJoy" (set to 0)
| |
| action: N/A
| |
| | |
| userport/userport_joystick.c:
| |
| -----------------------------
| |
| command line: -userportjoytype <Type>
| |
| description: "Set Userport joystick adapter type (0: CGA/Protovision, 1: PET, 2: Hummer, 3: OEM, 4: DXS/HIT, 5: Kingsoft, 6: Starbyte)"
| |
| resource: "UserportJoyType"
| |
| action: N/A
| |
| | |
| userport/userport_rtc.c:
| |
| ------------------------
| |
| command line: -userportrtc
| |
| description: "Enable Userport RTC"
| |
| resource: "UserportRTC" (set to 1)
| |
| action: N/A
| |
| | |
| userport/userport_rtc.c:
| |
| ------------------------
| |
| command line: +userportrtc
| |
| description: "Disable Userport RTC"
| |
| resource: "UserportRTC" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCstretchvertical
| |
| description: "Enable additional vertical stretching."
| |
| resource: "VDCStretchVertical" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDCstretchvertical
| |
| description: "Disable additional vertical stretching."
| |
| resource: "VDCStretchVertical" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDC16KB
| |
| description: "Set the VDC memory size to 16KB"
| |
| resource: "VDC64KB" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDC64KB
| |
| description: "Set the VDC memory size to 64KB"
| |
| resource: "VDC64KB" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCRevision <number>
| |
| description: "Set VDC revision (0..2)"
| |
| resource: "VDCRevision"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCvcache
| |
| description: "Enable the video cache"
| |
| resource: "VDCVideoCache" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDCvcache
| |
| description: "Disable the video cache"
| |
| resource: "VDCVideoCache" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCdsize
| |
| description: "Enable double size"
| |
| resource: "VDCDoubleSize" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDCdsize
| |
| description: "Disable double size"
| |
| resource: "VDCDoubleSize" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCdscan
| |
| description: "Enable double scan"
| |
| resource: "VDCDoubleScan" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDCdscan
| |
| description: "Disable double scan"
| |
| resource: "VDCDoubleScan" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCaudioleak
| |
| description: "Enable audio leak emulation"
| |
| resource: "VDCAudioLeak" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDCaudioleak
| |
| description: "Disable audio leak emulation"
| |
| resource: "VDCAudioLeak" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDChwscale
| |
| description: "Enable hardware scaling"
| |
| resource: "VDCHwScale" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDChwscale
| |
| description: "Disable hardware scaling"
| |
| resource: "VDCHwScale" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCfilter <Mode>
| |
| description: "Select rendering filter: (0: none, 1: CRT emulation, 2: scale2x)"
| |
| resource: "VDCFilter"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCintpal
| |
| description: "Use an internal calculated palette"
| |
| resource: "VDCExternalPalette" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCextpal
| |
| description: "Use an external palette (file)"
| |
| resource: "VDCExternalPalette" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCpalette <Name>
| |
| description: "Specify name of file of external palette"
| |
| resource: "VDCPaletteFile"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCfull
| |
| description: "Enable fullscreen"
| |
| resource: "VDCFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: +VDCfull
| |
| description: "Disable fullscreen"
| |
| resource: "VDCFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "VDCFullscreenDevice"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCSDLfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VDCSDLFullscreenMode"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCXRANDRfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VDCXRANDRFullscreenMode"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCVidmodefullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VDCVidmodeFullscreenMode"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCsaturation <0-2000>
| |
| description: "Set saturation of internal calculated palette [1000]"
| |
| resource: "VDCColorSaturation"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCcontrast <0-2000>
| |
| description: "Set contrast of internal calculated palette [1000]"
| |
| resource: "VDCColorContrast"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCbrightness <0-2000>
| |
| description: "Set brightness of internal calculated palette [1000]"
| |
| resource: "VDCColorBrightness"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCgamma <0-4000>
| |
| description: "Set gamma of internal calculated palette [2200]"
| |
| resource: "VDCColorGamma"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCtint <0-2000>
| |
| description: "Set tint of internal calculated palette [1000]"
| |
| resource: "VDCColorTint"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCoddlinesphase <0-2000>
| |
| description: "Set phase for color carrier in odd lines [1250]"
| |
| resource: "VDCPALOddLinePhase"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCoddlinesoffset <0-2000>
| |
| description: "Set phase offset for color carrier in odd lines [750]"
| |
| resource: "VDCPALOddLineOffset"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCcrtblur <0-1000>
| |
| description: "Amount of horizontal blur for the CRT emulation. [500]"
| |
| resource: "VDCPALBlur"
| |
| action: N/A
| |
| | |
| vdc/vdc-cmdline-options.c:
| |
| --------------------------
| |
| command line: -VDCcrtscanlineshade <0-1000>
| |
| description: "Amount of scan line shading for the CRT emulation [667]"
| |
| resource: "VDCPALScanLineShade"
| |
| action: N/A
| |
| | |
| vic20/cart/finalexpansion.c:
| |
| ----------------------------
| |
| command line: -fewriteback
| |
| description: "Enable Final Expansion write back to ROM file"
| |
| resource: "FinalExpansionWriteBack" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/cart/finalexpansion.c:
| |
| ----------------------------
| |
| command line: +fewriteback
| |
| description: "Disable Final Expansion write back to ROM file"
| |
| resource: "FinalExpansionWriteBack" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/cart/megacart.c:
| |
| ----------------------
| |
| command line: -mcnvramfile <Name>
| |
| description: "Set Mega-Cart NvRAM filename"
| |
| resource: "MegaCartNvRAMfilename"
| |
| action: N/A
| |
| | |
| vic20/cart/megacart.c:
| |
| ----------------------
| |
| command line: -mcnvramwriteback
| |
| description: "Enable Mega-Cart NvRAM writeback"
| |
| resource: "MegaCartNvRAMWriteBack" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/cart/megacart.c:
| |
| ----------------------
| |
| command line: +mcnvramwriteback
| |
| description: "Disable Mega-Cart NvRAM writeback"
| |
| resource: "MegaCartNvRAMWriteBack" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/cart/vic-fp.c:
| |
| --------------------
| |
| command line: -fpwriteback
| |
| description: "Enable Vic Flash Plugin write back to ROM file"
| |
| resource: "VicFlashPluginWriteBack" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/cart/vic-fp.c:
| |
| --------------------
| |
| command line: +fpwriteback
| |
| description: "Disable Vic Flash Plugin write back to ROM file"
| |
| resource: "VicFlashPluginWriteBack" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20-ieee488.c:
| |
| ---------------------------
| |
| command line: -ieee488
| |
| description: "Enable VIC-1112 IEEE488 interface"
| |
| resource: "IEEE488" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20-ieee488.c:
| |
| ---------------------------
| |
| command line: +ieee488
| |
| description: "Disable VIC-1112 IEEE488 interface"
| |
| resource: "IEEE488" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20-sidcart.c:
| |
| ---------------------------
| |
| command line: -sidcart
| |
| description: "Enable the SID cartridge"
| |
| resource: "SidCart" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20-sidcart.c:
| |
| ---------------------------
| |
| command line: +sidcart
| |
| description: "Disable the SID cartridge"
| |
| resource: "SidCart" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartreset
| |
| description: "Reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: +cartreset
| |
| description: "Do not reset machine if a cartridge is attached or detached"
| |
| resource: "CartridgeReset" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cart2 <Name>
| |
| description: "Specify 4/8/16K extension ROM name at $2000"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cart4 <Name>
| |
| description: "Specify 4/8/16K extension ROM name at $4000"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cart6 <Name>
| |
| description: "Specify 4/8/16K extension ROM name at $6000"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartA <Name>
| |
| description: "Specify 4/8K extension ROM name at $A000"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartB <Name>
| |
| description: "Specify 4K extension ROM name at $B000"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartgeneric <Name>
| |
| description: "Specify generic extension ROM name"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartmega <Name>
| |
| description: "Specify Mega-Cart extension ROM name"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartfe <Name>
| |
| description: "Specify Final Expansion extension ROM name"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: -cartfp <Name>
| |
| description: "Specify Vic Flash Plugin extension ROM name"
| |
| resource: N/A
| |
| action: attach_cartridge_cmdline()
| |
| | |
| vic20/cart/vic20cart.c:
| |
| -----------------------
| |
| command line: +cart
| |
| description: "Disable default cartridge"
| |
| resource: N/A
| |
| action: detach_cartridge_cmdline()
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICborders <Mode>
| |
| description: "Set VIC-II border display mode (0: normal, 1: full, 2: debug)" (fixme: wrong description)
| |
| resource: "VICBorderMode"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICvcache
| |
| description: "Enable the video cache"
| |
| resource: "VICVideoCache" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +VICvcache
| |
| description: "Disable the video cache"
| |
| resource: "VICVideoCache" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICdsize
| |
| description: "Enable double size"
| |
| resource: "VICDoubleSize" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +VICdsize
| |
| description: "Disable double size"
| |
| resource: "VICDoubleSize" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICdscan
| |
| description: "Enable double scan"
| |
| resource: "VICDoubleScan" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +VICdscan
| |
| description: "Disable double scan"
| |
| resource: "VICDoubleScan" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICaudioleak
| |
| description: "Enable audio leak emulation"
| |
| resource: "VICAudioLeak" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +VICaudioleak
| |
| description: "Disable audio leak emulation"
| |
| resource: "VICAudioLeak" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VIChwscale
| |
| description: "Enable hardware scaling"
| |
| resource: "VICHwScale" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +VIChwscale
| |
| description: "Disable hardware scaling"
| |
| resource: "VICHwScale" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICfilter <Mode>
| |
| description: "Select rendering filter: (0: none, 1: CRT emulation, 2: scale2x)"
| |
| resource: "VICFilter"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICintpal
| |
| description: "Use an internal calculated palette"
| |
| resource: "VICExternalPalette" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICextpal
| |
| description: "Use an external palette (file)"
| |
| resource: "VICExternalPalette" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICpalette <Name>
| |
| description: "Specify name of file of external palette"
| |
| resource: "VICPaletteFile"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICfull
| |
| description: "Enable fullscreen"
| |
| resource: "VICFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: +VICfull
| |
| description: "Disable fullscreen"
| |
| resource: "VICFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "VICFullscreenDevice"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICSDLfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICSDLFullscreenMode"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICXRANDRfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICXRANDRFullscreenMode"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICVidmodefullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICVidmodeFullscreenMode"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICsaturation <0-2000>
| |
| description: "Set saturation of internal calculated palette [1000]"
| |
| resource: "VICColorSaturation"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICcontrast <0-2000>
| |
| description: "Set contrast of internal calculated palette [1000]"
| |
| resource: "VICColorContrast"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICbrightness <0-2000>
| |
| description: "Set brightness of internal calculated palette [1000]"
| |
| resource: "VICColorBrightness"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICgamma <0-4000>
| |
| description: "Set gamma of internal calculated palette [2200]"
| |
| resource: "VICColorGamma"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICtint <0-2000>
| |
| description: "Set tint of internal calculated palette [1000]"
| |
| resource: "VICColorTint"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICoddlinesphase <0-2000>
| |
| description: "Set phase for color carrier in odd lines [1250]"
| |
| resource: "VICPALOddLinePhase"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICoddlinesoffset <0-2000>
| |
| description: "Set phase offset for color carrier in odd lines [750]"
| |
| resource: "VICPALOddLineOffset"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICcrtblur <0-1000>
| |
| description: "Amount of horizontal blur for the CRT emulation. [500]"
| |
| resource: "VICPALBlur"
| |
| action: N/A
| |
| | |
| vic20/vic-cmdline-options.c:
| |
| ----------------------------
| |
| command line: -VICcrtscanlineshade <0-1000>
| |
| description: "Amount of scan line shading for the CRT emulation [667]"
| |
| resource: "VICPALScanLineShade"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -pal
| |
| description: "Use PAL sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_PAL)
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -ntsc
| |
| description: "Use NTSC sync factor"
| |
| resource: "MachineVideoStandard" (set to MACHINE_SYNC_NSTC)
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -kernal <Name>
| |
| description: "Specify name of Kernal ROM image"
| |
| resource: "KernalName"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -basic <Name>
| |
| description: "Specify name of BASIC ROM image"
| |
| resource: "BasicName"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -chargen <Name>
| |
| description: "Specify name of character generator ROM image"
| |
| resource: "ChargenName"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -memory <spec>
| |
| description: "Specify memory configuration" (fixme: needs better description)
| |
| resource: N/A
| |
| action: cmdline_memory() (sets "RAMBlock0", "RAMBlock1", "RAMBlock2", "RAMBlock3" and "RAMBlock5")
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -keymap <number>
| |
| description: "Specify index of keymap file (0=symbol, 1=positional)"
| |
| resource: "KeymapIndex"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -symkeymap <Name>
| |
| description: "Specify name of symbolic keymap file"
| |
| resource: "KeymapSymFile"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -poskeymap <Name>
| |
| description: "Specify name of positional keymap file"
| |
| resource: "KeymapPosFile"
| |
| action: N/A
| |
| | |
| vic20/vic20-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -model <Model>
| |
| description: "Set VIC20 model (vic20/vic20pal/vic20ntsc, vic21)"
| |
| resource: N/A
| |
| action: set_vic20_model() (sets "MachineVideoStandard", "RamBlock0", "RamBlock1", "RamBlock2", "RamBlock3" and "RamBlock5")
| |
| | |
| vic20/vic20io.c:
| |
| ----------------
| |
| command line: -iocollision <method>
| |
| description: "Select the way the I/O collisions should be handled, (0: error message and detach all involved carts, 1: error message and detach last attached involved carts, 2: warning in log and 'AND' the valid return values"
| |
| resource: "IOCollisionHandling"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIborders <Mode>
| |
| description: "Set VIC-II border display mode (0: normal, 1: full, 2: debug)"
| |
| resource: N/A
| |
| action: border_set_func()
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIchecksb
| |
| description: "Enable sprite-background collision registers"
| |
| resource: "VICIICheckSbColl" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIchecksb
| |
| description: "Disable sprite-background collision registers"
| |
| resource: "VICIICheckSbColl" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIcheckss
| |
| description: "Enable sprite-sprite collision registers"
| |
| resource: "VICIICheckSsColl" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIcheckss
| |
| description: "Disable sprite-sprite collision registers"
| |
| resource: "VICIICheckSsColl" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIInewluminance
| |
| description: "Use new luminances"
| |
| resource: "VICIINewLuminances" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIInewluminance
| |
| description: "Use old luminances"
| |
| resource: "VICIINewLuminances" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIvcache
| |
| description: "Enable the video cache"
| |
| resource: "VICIIVideoCache" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIvcache
| |
| description: "Disable the video cache"
| |
| resource: "VICIIVideoCache" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIdsize
| |
| description: "Enable double size"
| |
| resource: "VICIIDoubleSize" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIdsize
| |
| description: "Disable double size"
| |
| resource: "VICIIDoubleSize" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIdscan
| |
| description: "Enable double scan"
| |
| resource: "VICIIDoubleScan" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIdscan
| |
| description: "Disable double scan"
| |
| resource: "VICIIDoubleScan" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIaudioleak
| |
| description: "Enable audio leak emulation"
| |
| resource: "VICIIAudioLeak" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIaudioleak
| |
| description: "Disable audio leak emulation"
| |
| resource: "VICIIAudioLeak" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIhwscale
| |
| description: "Enable hardware scaling"
| |
| resource: "VICIIHwScale" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIhwscale
| |
| description: "Disable hardware scaling"
| |
| resource: "VICIIHwScale" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIfilter <Mode>
| |
| description: "Select rendering filter: (0: none, 1: CRT emulation, 2: scale2x)"
| |
| resource: "VICIIFilter"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIintpal
| |
| description: "Use an internal calculated palette"
| |
| resource: "VICIIExternalPalette" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIextpal
| |
| description: "Use an external palette (file)"
| |
| resource: "VICIIExternalPalette" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIpalette <Name>
| |
| description: "Specify name of file of external palette"
| |
| resource: "VICIIPaletteFile"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIfull
| |
| description: "Enable fullscreen"
| |
| resource: "VICIIFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: +VICIIfull
| |
| description: "Disable fullscreen"
| |
| resource: "VICIIFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "VICIIFullscreenDevice"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIISDLfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICIISDLFullscreenMode"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIXRANDRfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICIIXRANDRFullscreenMode"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIVidmodefullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICIIVidmodeFullscreenMode"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIsaturation <0-2000>
| |
| description: "Set saturation of internal calculated palette [1000]"
| |
| resource: "VICIIColorSaturation"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIcontrast <0-2000>
| |
| description: "Set contrast of internal calculated palette [1000]"
| |
| resource: "VICIIColorContrast"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIbrightness <0-2000>
| |
| description: "Set brightness of internal calculated palette [1000]"
| |
| resource: "VICIIColorBrightness"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIgamma <0-4000>
| |
| description: "Set gamma of internal calculated palette [2200]"
| |
| resource: "VICIIColorGamma"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIItint <0-2000>
| |
| description: "Set tint of internal calculated palette [1000]"
| |
| resource: "VICIIColorTint"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIoddlinesphase <0-2000>
| |
| description: "Set phase for color carrier in odd lines [1250]"
| |
| resource: "VICIIPALOddLinePhase"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIoddlinesoffset <0-2000>
| |
| description: "Set phase offset for color carrier in odd lines [750]"
| |
| resource: "VICIIPALOddLineOffset"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIcrtblur <0-1000>
| |
| description: "Amount of horizontal blur for the CRT emulation. [500]"
| |
| resource: "VICIIPALBlur"
| |
| action: N/A
| |
| | |
| vicii/vicii-cmdline-options.c:
| |
| ------------------------------
| |
| command line: -VICIIcrtscanlineshade <0-1000>
| |
| description: "Amount of scan line shading for the CRT emulation [667]"
| |
| resource: "VICIIPALScanLineShade"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIborders <Mode>
| |
| description: "Set VIC-II border display mode (0: normal, 1: full, 2: debug)"
| |
| resource: N/A
| |
| action: border_set_func()
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIchecksb
| |
| description: "Enable sprite-background collision registers"
| |
| resource: "VICIICheckSbColl" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIchecksb
| |
| description: "Disable sprite-background collision registers"
| |
| resource: "VICIICheckSbColl" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIcheckss
| |
| description: "Enable sprite-sprite collision registers"
| |
| resource: "VICIICheckSsColl" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIcheckss
| |
| description: "Disable sprite-sprite collision registers"
| |
| resource: "VICIICheckSsColl" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIInewluminance
| |
| description: "Use new luminances"
| |
| resource: "VICIINewLuminances" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIInewluminance
| |
| description: "Use old luminances"
| |
| resource: "VICIINewLuminances" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIImodel <Model>
| |
| description: "Set VIC-II model (6569/6569r1/8565/6567/8562/6567r56a)"
| |
| resource: N/A
| |
| action: set_vicii_model() (sets "VICIIModel")
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIvcache
| |
| description: "Enable the video cache"
| |
| resource: "VICIIVideoCache" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIvcache
| |
| description: "Disable the video cache"
| |
| resource: "VICIIVideoCache" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIdsize
| |
| description: "Enable double size"
| |
| resource: "VICIIDoubleSize" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIdsize
| |
| description: "Disable double size"
| |
| resource: "VICIIDoubleSize" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIdscan
| |
| description: "Enable double scan"
| |
| resource: "VICIIDoubleScan" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIdscan
| |
| description: "Disable double scan"
| |
| resource: "VICIIDoubleScan" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIaudioleak
| |
| description: "Enable audio leak emulation"
| |
| resource: "VICIIAudioLeak" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIaudioleak
| |
| description: "Disable audio leak emulation"
| |
| resource: "VICIIAudioLeak" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIhwscale
| |
| description: "Enable hardware scaling"
| |
| resource: "VICIIHwScale" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIhwscale
| |
| description: "Disable hardware scaling"
| |
| resource: "VICIIHwScale" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIfilter <Mode>
| |
| description: "Select rendering filter: (0: none, 1: CRT emulation, 2: scale2x)"
| |
| resource: "VICIIFilter"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIintpal
| |
| description: "Use an internal calculated palette"
| |
| resource: "VICIIExternalPalette" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIextpal
| |
| description: "Use an external palette (file)"
| |
| resource: "VICIIExternalPalette" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIpalette <Name>
| |
| description: "Specify name of file of external palette"
| |
| resource: "VICIIPaletteFile"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIfull
| |
| description: "Enable fullscreen"
| |
| resource: "VICIIFullscreen" (set to 1)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: +VICIIfull
| |
| description: "Disable fullscreen"
| |
| resource: "VICIIFullscreen" (set to 0)
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIfulldevice <device>
| |
| description: "Select fullscreen device"
| |
| resource: "VICIIFullscreenDevice"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIISDLfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICIISDLFullscreenMode"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIXRANDRfullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICIIXRANDRFullscreenMode"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIVidmodefullmode <Mode>
| |
| description: "Select fullscreen mode"
| |
| resource: "VICIIVidmodeFullscreenMode"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIsaturation <0-2000>
| |
| description: "Set saturation of internal calculated palette [1000]"
| |
| resource: "VICIIColorSaturation"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIcontrast <0-2000>
| |
| description: "Set contrast of internal calculated palette [1000]"
| |
| resource: "VICIIColorContrast"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIbrightness <0-2000>
| |
| description: "Set brightness of internal calculated palette [1000]"
| |
| resource: "VICIIColorBrightness"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIgamma <0-4000>
| |
| description: "Set gamma of internal calculated palette [2200]"
| |
| resource: "VICIIColorGamma"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIItint <0-2000>
| |
| description: "Set tint of internal calculated palette [1000]"
| |
| resource: "VICIIColorTint"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIoddlinesphase <0-2000>
| |
| description: "Set phase for color carrier in odd lines [1250]"
| |
| resource: "VICIIPALOddLinePhase"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIoddlinesoffset <0-2000>
| |
| description: "Set phase offset for color carrier in odd lines [750]"
| |
| resource: "VICIIPALOddLineOffset"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIcrtblur <0-1000>
| |
| description: "Amount of horizontal blur for the CRT emulation. [500]"
| |
| resource: "VICIIPALBlur"
| |
| action: N/A
| |
| | |
| viciisc/vicii-cmdline-options.c:
| |
| --------------------------------
| |
| command line: -VICIIcrtscanlineshade <0-1000>
| |
| description: "Amount of scan line shading for the CRT emulation [667]"
| |
| resource: "VICIIPALScanLineShade"
| |
| action: N/A
| |
| | |
| vsync.c:
| |
| --------
| |
| command line: -speed <percent>
| |
| description: "Limit emulation speed to specified value"
| |
| resource: "Speed"
| |
| action: N/A
| |
| | |
| vsync.c:
| |
| --------
| |
| command line: -refresh <value>
| |
| description: "Update every <value> frames (`0' for automatic)"
| |
| resource: "RefreshRate"
| |
| action: N/A
| |
| | |
| vsync.c:
| |
| --------
| |
| command line: -warp
| |
| description: "Enable warp mode"
| |
| resource: "WarpMode" (set to 1)
| |
| action: N/A
| |
| | |
| vsync.c:
| |
| --------
| |
| command line: +warp
| |
| description: "Disable warp mode"
| |
| resource: "WarpMode" (set to 0)
| |
| action: N/A
| |
| </pre>
| |