From 3b82cc70fae4d0bc0e55c6d0f0a99dec11130858 Mon Sep 17 00:00:00 2001 From: Theron Date: Sun, 9 Aug 2020 12:16:08 -0500 Subject: [PATCH] readme --- README.md | 6 ++++-- src/main.rs | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d981702..81dcc51 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ If the game uses battery-backed RAM (if it can save data when the console is tur ## To do -- DMC audio channel - - support other controllers? +- more mappers? + +- better save file organization? + ## Known problem games - None currently, please report any issues diff --git a/src/main.rs b/src/main.rs index acae884..4170186 100644 --- a/src/main.rs +++ b/src/main.rs @@ -251,7 +251,6 @@ Up/Down/Left/Right: arrow keys /* TODO: -- DMC audio channel - untangle CPU and APU/PPU? - better save file organization?