22c175d9cc
Former-commit-id: d7ad26c07fc7063522fae061577f7ceece797ae5
21 lines
583 B
YAML
21 lines
583 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
|
|
- disass:
|
|
about: disassemble an arm binary file
|
|
args:
|
|
- INPUT:
|
|
help: Sets the input file to use
|
|
required: true
|
|
index: 1
|
|
|