From af15c0ef686a830d3ca14871af5543a8c16bca56 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Sun, 31 Oct 2021 21:09:10 -0500 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b81a10..a18872a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ Any help or suggestion is welcome! ## TODO - [x] CPU implementation -- [ ] Interrupts -- [ ] Timing +- [x] Interrupts (interrupts test not passing yet) +- [x] Timer +- [x] Joypad (not configurable yet) - [ ] PPU implementations - [ ] Gameboy boot ROM - [x] Render the pixels