Another Game Boy emulator.
- Many games are somewhat playable
- Audio is unimplemented
- GBC support is unimplemented
- PPU has some minor bugs
- Interrupts have some minor bugs
- Functionality for savegames is there but not being written to/read from a file yet.
- Use
cargo run --followed by the subcommand. - Each of the following subheaders is a subcommand in gb, alternatively try
--helpfor more information.
Prints the cartridge header of the given rom.
-c / --cart <PATH>
Opens a window and runs the emulator.
- Directions are WASD
- ',' and '.' are A and B
- Enter is START and RShift is Select
- 'p' to pause the emulator
- 'r' to reset the emulator
- ESCAPE to exit the program
-c / --cart <PATH>
--bios <PATH> // Optional Game Boy bios rom
--genie <PATH> // Optional Game Genie rom
Traces the emulator printing debug information to stdout for each instruction. This feature is from when the emulator could not yet boot graphically and is not very useful anymore.
-c / --cart <PATH>
--cycles <u64> // Stop running the trace after this many cycles
--verbose // Print extra information for each instruction
- See issues for games that hang or crash