Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.05 KB

File metadata and controls

48 lines (39 loc) · 1.05 KB

gb-debug

This is a Game Boy Debugger and Emulator.

Features

  • Disassembler
  • Tile Map Viewer
  • Tile Data Viewer
  • Memory Dump Viewer
  • CPU Breakpoints
  • DMG Emulator
  • CGB Emulator
  • Sound Emulation
  • Serial I/O
  • Save States
  • Game Genie Codes
  • Game Shark Codes
  • Memory Breakpoints
  • VRAM Viewer
  • OAM Viewer
  • I/O Viewer
  • Timer Viewer
  • Interrupt Viewer
  • RTC Viewer

Building from Source

You can build this project from source by using cargo.

git clone https://github.com/sten-code/gb-debug.git
cd gb-debug
cargo run --release

Sources

These are the sources I used to help me build this project.