An emulator for gameboy games created for purposes of learning
Play Pokemon Red on GBemu
Kevin Bijoy Kurian
g++ debug_gbemu.cpp sdl2-config --libs --cflags
-o DebugGBemu
g++ debug/debug_tiles.cpp sdl2-config --libs --cflags
-o DebugTiles
- ttt.gb - no SGB, no MBC, 32kROM, Japan, None , Works but no sound
- tet.gb - no SGB, no MBC, 32kROM, Japan, Nintendo(old) , Not working
- red.gb - SGB enabled, MBC3+RAM+BATTERY, 1024kROM, 32kERAM, Non-Japan, Nintendo(new) , Not working
- Imran Nazar