This commit is contained in:
Theron 2020-01-20 18:37:18 -06:00
parent a03bd6a6c2
commit d2f0cbd366
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ The code aims to follow the explanations from the [NES dev wiki](https://wiki.ne
## To do:
- Find any bugs with mappers 0-4 and improve mapper 5 (MMC3)
- Fix any bugs with mappers 0-4 and improve mapper 5 (MMC3)
- DMC audio channel, high- and low-pass filters

View File

@ -118,7 +118,7 @@ fn main() -> Result<(), String> {
/*
TODO:
- common mappers (0 through 4 = ~1,360 games out of ~1,592, 85%)
- fix MMC3
- high- and low-pass audio filters
- DMC audio channel
- untangle CPU and APU/PPU?