Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemoncmd/gamevoy
game boy emulator in V
https://github.com/lemoncmd/gamevoy
Last synced: 6 days ago
JSON representation
game boy emulator in V
- Host: GitHub
- URL: https://github.com/lemoncmd/gamevoy
- Owner: lemoncmd
- Created: 2023-11-13T11:37:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T09:24:04.000Z (9 months ago)
- Last Synced: 2024-08-01T20:52:21.027Z (3 months ago)
- Language: V
- Size: 162 KB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gamevoy
game boy color emulator in V![pokemon gold](./docs/pokemon_gold.png)
# control
- arrow keys: arrow keys
- z: A
- x: B
- c: Start
- v: Select
- enter: save manually
- esc: exit# features
- Cartridge
- [x] No MBC
- [x] MBC 1
- [x] MBC 3
- [x] RTC
- [x] MBC 30
- [x] MBC 5
- [ ] Others
- PPU
- [x] DMG
- [x] DMG compat mode
- [x] CGB
- Save support# passing tests
- Blargg's test roms
- [x] cpu_instrs
- [x] instr_timing
- [x] mem_timing
- [x] mem_timing-2
- [x] interrupt_timing
- acid2
- [x] dmg-acid2
- [x] cgb-acid2
- Mooneye Test Suite
- [x] acceptance/timer# reference
[The V Programming Language](https://github.com/vlang/v)[Rustで作るGAMEBOYエミュレータ](https://techbookfest.org/product/sBn8hcABDYBMeZxGvpWapf)
[Pan Docs](https://gbdev.io/pandocs/)
[gb-docs-ja](https://github.com/akatsuki105/gb-docs-ja)