From 5d710c350438fc66d996e4b4e09ae46402907078 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Tue, 19 Oct 2021 10:42:47 -0500 Subject: [PATCH] Update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7aa2228..36b0598 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Rust Boy -Yet another Gameboy emulator written in Rust. +# YARGBE +Yet Another Rust Gameboy Emulator. This is just a fun project I'm making for learning and practice purposes. If you want a fully-featured Gameboy emulator, this is not probably the best one :P @@ -7,7 +7,9 @@ Any help or suggestion is welcome! ## TODO - [x] CPU Registers implementation -- [ ] CPU Instructions implementations +- [x] CPU Instructions implementations +- [ ] Interrupts +- [ ] Timing - [ ] PPU implementations - [ ] Gameboy boot ROM - [ ] Render the pixels