https://github.com/sajattack/gb-cart-commander
Command-line tool for ATmega8515-based Gameboy Cartridge Reader/Writers
https://github.com/sajattack/gb-cart-commander
Last synced: 8 months ago
JSON representation
Command-line tool for ATmega8515-based Gameboy Cartridge Reader/Writers
- Host: GitHub
- URL: https://github.com/sajattack/gb-cart-commander
- Owner: sajattack
- License: mit
- Created: 2019-11-01T08:58:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T20:03:05.000Z (over 4 years ago)
- Last Synced: 2025-06-26T01:08:32.209Z (12 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
GB Cart Commander 0.1
Paul Sajna
Command-line tool for ATmega8515-based Gameboy Cartridge Reader/Writers
USAGE:
gb-cart-commander [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-b, --baudrate Sets the baudrate of the serial port connection [default: 187500] [possible values:
125000, 187500, 375000]
ARGS:
Sets the device to use for the serial port connect
Ex: COM4 or /dev/ttyUSB0
SUBCOMMANDS:
erase Erase flash or ram on a flash cart
help Prints this message or the help of the given subcommand(s)
info Prints info about the currently connected cartridge
read Read flash or ram on a cart
write Write flash or ram on a flash cart
```
Compatible open-source cart flasher https://github.com/melka/gbcartflasher