6b225d776d
Former-commit-id: c0a62b610e62d2db2a4daf4aeef40068820daa52
27 lines
780 B
YAML
27 lines
780 B
YAML
name: rustboyadvance-ng
|
|
author: Michel Heily <michelheily@gmail.com>
|
|
about: Game boy advance emulator and debugger
|
|
subcommands:
|
|
- debug:
|
|
about: debug the bios with the arm core emulation
|
|
args:
|
|
- bios:
|
|
help: Sets the bios file to use
|
|
required: false
|
|
default_value: gba_bios.bin
|
|
index: 1
|
|
- game_rom:
|
|
short: g
|
|
long: game-rom
|
|
takes_value: true
|
|
help: Sets the game-rom file to use
|
|
required: true
|
|
- disass:
|
|
about: disassemble an arm binary file
|
|
args:
|
|
- INPUT:
|
|
help: Sets the input file to use
|
|
required: true
|
|
index: 1
|
|
|