From b597135965f93fa6b918cf57ad1f5c25aa0b0f14 Mon Sep 17 00:00:00 2001 From: Konstantinos Lyrakis <24938740+lyrakisk@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:18:26 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index a10ced3..af44959 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ # LochNES A (soon to be) fully-featured NES emulator written in Rust. -![image](https://github.com/user-attachments/assets/25162313-0c4f-4747-91c9-1eb85921c5c6) - -## Games Roadmap -- [X] Snake (homebrew game, that only needs CPU) -- [ ] Donkey Kong (official game, doesn't need scrolling) -- [ ] Super Mario Bros (official game, needs most of the hardware's features) - -## Technical Roadmap -- [X] CPU - - no illegal opcodes yet -- [ ] Memory Mappers -- [ ] PPU -- [ ] APU +![image](https://github.com/user-attachments/assets/f9bc8688-1fcd-425c-a583-b189cc856515) # Resources