Gameboy emulator in go
- Interrupts
- Joypad
- Video
- Timers
- Support MBC1, MBC2 & MBC3 roms
- Load saved games
- Cpu test roms passed
- Tennis
- Tetris
- Dr. Mario
- Kirby's Dream Land
- Super Mario Land
- Pocket Monsters Ao
- The Legend of Zelda - Link's Awakening
- The Final Fantasy Legend
- Seiken Densetsu
- Pokemon - Red Version
- Pokemon - Gold Version
- STOP and HALT instructions
- Support MBC5
- Sound
go get -v github.com/veandco/go-sdl2/sdl
go get -v github.com/gonccalo/gameboyGO/gameboygo
go build github.com/gonccalo/gameboyGO/gameboygo
export GODEBUG=cgocheck=0
./gameboygo -rom <file>