chore: update README.md
This commit is contained in:
parent
1343e8e52e
commit
029c3a5c89
12
README.md
12
README.md
|
@ -3,11 +3,13 @@
|
||||||
|
|
||||||
|
|
||||||
### Status
|
### Status
|
||||||
Currently:
|
* Passes Blargg's cpu_instrs Test
|
||||||
* CPU passes Blargg's cpu_instrs.gb
|
* Renders Background & Window Tiles
|
||||||
* Gameboy Boot ROM runs correctly
|
* Implements a PPU FIFO
|
||||||
|
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
* Emulator takes longer than others to resume execution from HALT in Blargg's 2nd cpu_instrs test.
|
* [gameboy-logs](https://github.com/wheremyfoodat/Gameboy-logs) suggests that there are still some underlying problems with the cpu implementation
|
||||||
|
* The Sprite FIFO does not work as expected yet
|
||||||
|
* Sound is neither emulated nor stubbed. Upon writing / reading to a APU related register the emulator will panic.
|
||||||
|
* Code cleanup is pending completion of some minimum viable product of the emulator
|
||||||
|
|
Loading…
Reference in New Issue