Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.96 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.96 KB

gbtest

CMake
A test GameBoy emulator written in C++ made for learning the inner workings of this console.

What's working?

  • Bus
  • CPU
  • PPU (FIFO-based renderer)

Test ROMs

Acknowledgments

Documentation

General

CPU

  • gbdev's optables – Matrix representing every CPU instruction
  • gbz80 – A document describing each CPU instruction

PPU

APU

Libraries

  • Raylib – for the cross-platform video/input front-end
  • miniaudio – for the cross-platform audio front-end