gb/README.md

36 lines
940 B
Markdown
Raw Normal View History

2021-01-28 05:59:42 +00:00
# Rekai's Gameboy Emulator
[![Build Status](https://ci.paoda.moe/api/badges/paoda/gb/status.svg)](https://ci.paoda.moe/paoda/gb)
### Status
2021-09-24 15:34:48 +00:00
* From [Blargg Test ROMs](https://github.com/L-P/blargg-test-roms/)
* [x] cpu_instrs
* [x] instr_timing
* [x] mem_timing
* [x] mem_timing-2
* [ ] Partially dmg_sound
* [x] [dmg-acid2](https://github.com/mattcurrie/dmg-acid2)
* From [mooneye-gb](https://github.com/Gekkio/mooneye-gb):
* Cartridges:
* [x] MBC1
* [ ] MBC1M
* [x] MBC2
* [x] MBC5
2021-04-08 05:02:37 +00:00
2021-09-24 15:34:48 +00:00
Supports: ROM-only, MBC1, MBC2, MBC3 and MBC5 games.
2021-04-08 05:02:37 +00:00
2021-09-24 15:34:48 +00:00
* Implements a cycle-accurate PPU FIFO
* Doesn't \*exactly\* work right just yet
### Controls
Controls are defined [here](https://git.musuka.dev/paoda/gb/src/branch/main/src/joypad.rs#L114)
Key | Button
--- | ---
<kbd>X</kbd> | B
<kbd>Z</kbd> | A
<kbd>Enter</kbd> | START
<kbd>Shift</kbd> | SELECT
Then use the Arrow keys for the D-Pad