This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/src/bin/cli.yml

38 lines
1 KiB
YAML
Raw Normal View History

2019-06-26 08:23:16 +01:00
name: rustboyadvance-ng
author: Michel Heily <michelheily@gmail.com>
2019-06-26 08:23:16 +01:00
about: Game boy advance emulator and debugger
args:
- bios:
help: Sets the bios file to use
short: b
required: false
default_value: gba_bios.bin
- game_rom:
long: game-rom
takes_value: true
help: Sets the game-rom file to use
required: true
index: 1
- skip_bios:
long: skip-bios
help: Skip running bios and start from the ROM instead
- no_framerate_limit:
long: no-framerate-limit
help: Run without frame limiter
- backend:
long: backend
takes_value: true
possible_values: [ sdl2, minifb ]
default_value: minifb
required: false
- debug:
long: debug
help: Start with the debugger attached
- script_file:
long: script-file
short: f
takes_value: true
help: Text file with debugger commands to run
required: false
requires:
debug