Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessiodionisi/gbemu
Unfinished GameBoy (DMG) emulator
https://github.com/alessiodionisi/gbemu
dmg emulator gameboy go golang sdl2
Last synced: 13 days ago
JSON representation
Unfinished GameBoy (DMG) emulator
- Host: GitHub
- URL: https://github.com/alessiodionisi/gbemu
- Owner: alessiodionisi
- Created: 2019-07-03T16:03:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T20:45:15.000Z (over 2 years ago)
- Last Synced: 2024-05-01T12:50:51.810Z (6 months ago)
- Topics: dmg, emulator, gameboy, go, golang, sdl2
- Language: Go
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gbemu
Unifinished GameBoy (DMG) emulator
![gbemu screen](/screen.png)
## Docs
- https://ia801906.us.archive.org/19/items/GameBoyProgManVer1.1/GameBoyProgManVer1.1.pdf
- http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf
- http://bgb.bircd.org/pandocs.htm
- https://blog.ryanlevick.com/DMG-01
- https://gb-archive.github.io/salvage/decoding_gbz80_opcodes/Decoding%20Gamboy%20Z80%20Opcodes.html## Ops (instgen cmd input)
- https://github.com/izik1/gbops/blob/master/dmgops.json
## Bootroms
- http://gbdev.gg8.se/files/roms/bootroms
## Projects
- https://github.com/Gekkio/mooneye-gb
- https://github.com/Insood/go-gmb
- https://github.com/rylev/DMG-01
- https://github.com/djhworld/gomeboycolor