From 0deee302ea7d9fb3c5877dbd5982015269433921 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Mon, 11 Oct 2021 14:51:24 -0500 Subject: [PATCH] Add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..104a8a9 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Rust Boy +A Gameboy emulator written in Rust. + +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 + +Any help or suggestion is welcome! + +## TODO +- [x] CPU Registers implementation +- [ ] CPU Instructions implementations +- [ ] PPU implementations +- [ ] Gameboy boot ROM +- [ ] Render the pixels +- [ ] Gameboy Color compatibility +- [ ] Sound