Skip to content

Kuruyia/gbtest

Repository files navigation

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

About

A test GameBoy emulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published