Skip to content

Commit

Permalink
Update status
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Jan 4, 2025
1 parent ef66904 commit b887e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# gogo-gb
a gameboy emulator for funsies

Current status: Games are playable, but slow. Graphics are buggy. No audio.
Current status: Games are playable, but slow. Timer and timing not quite right. No audio.

## TODO

- [X] Pass all of Blargg's `cpu_instrs` ROMs via `gameboy-doctor` (expect `02-interrupts.gb`, which isn't verifyable via `gameboy-doctor`)
- [X] Pass all of Blargg's `cpu_instrs` ROMs via `gameboy-doctor` (except `02-interrupts.gb`, which isn't verifyable via `gameboy-doctor`)
- [X] Implement serial port (w/ option to log to console)
- [X] Implement timer
- [X] Pass Blargg's `cpu_instrs`/`02-interrupts.gb` ROM (manually verified)
Expand Down

0 comments on commit b887e92

Please sign in to comment.