diff options
author | Ta180m | 2020-05-18 14:18:48 -0500 |
---|---|---|
committer | Ta180m | 2020-05-18 14:18:48 -0500 |
commit | b89b695559c770e62b54b539982a0ebc3586a709 (patch) | |
tree | 00cc3374227a4f8790e8c97e188050b825558ed2 /README.md | |
parent | 3bb101975b35e506a21a070c80bd63d34207755f (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -61,6 +61,7 @@ BadNES implements the most common mappers, which should be enough for a good per - UxROM (Mapper 002) - CNROM (Mapper 003) - MMC3, MMC6 / TxROM (Mapper 004) +- AxROM (Mapper 007) (Not well supported, expect bugs!) You can check the compatibility for each ROM in the following list: http://tuxnes.sourceforge.net/nesmapper.txt @@ -78,5 +79,8 @@ I'm working on it right now. ### What do you mean by "nearly complete"? I'll say it's complete once I finish implementing the APU and savestates. +### This game doesn't work! +Check to make sure BadNES implements its mapper. Also, Mapper 7 is known to be especially buggy. + ## Credits Special thanks to [Andrea Orru](https://github.com/AndreaOrru) for creating [LaiNES](https://github.com/AndreaOrru/LaiNES), the emulator that this project derives much of its code from.
\ No newline at end of file |