Skip to content

ThomasRinsma/dromaius

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dromaius, a C++ gameboy emulator / debugger

This is an emulator but mostly a debugger for the original Nintendo GameBoy (aka DMG).

What started as an attempt at emulating the most basic Z80/GB code is now a graphical GameBoy debugger that also kind of plays games :) It's still far from complete but it kind of plays Pokemon Red. Current functionality includes:

  • memory viewer
  • disassembler
  • live callstack view with support for imported symbols
  • stepping by cycle / frame
  • VRAM viewer: BG tileset, sprite data, PPU registers
  • audio buffer viewer, with pretty waveform plots
  • savestate support in the most hacky way possible

Usage:

$ make
$ ./dromaius tests/tetris.gb

(requires SDL2)

Screenshot

About

A C++ GameBoy emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published