From 029c3a5c895be23e71f93c8b1e260d3518c0e304 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 26 Apr 2021 00:35:15 -0500 Subject: [PATCH] chore: update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71f1820..5057cbc 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ ### Status -Currently: -* CPU passes Blargg's cpu_instrs.gb -* Gameboy Boot ROM runs correctly +* Passes Blargg's cpu_instrs Test +* Renders Background & Window Tiles +* Implements a PPU FIFO ### 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