This commit is contained in:
Theron 2020-01-20 18:37:58 -06:00
commit 76c582ab37
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Nestur is an NES emulator and a work in progress. There are likely still several
- NTSC timing
- may only implement mappers 0-4 as these cover ~85% of games according to http://tuxnes.sourceforge.net/nesmapper.txt
<img src="pics/smb.png" width=350> <img src="pics/zelda_dungeon.png" width=350>
<img src="pics/smb.png" width=400> <img src="pics/zelda_dungeon.png" width=400>
## Controls:
```
@ -38,7 +38,11 @@ The code aims to follow the explanations from the [NES dev wiki](https://wiki.ne
## To do:
<<<<<<< HEAD
- Fix any bugs with mappers 0-4 and improve mapper 5 (MMC3)
=======
- Find any bugs with mappers 0-3 and improve mapper 4 (MMC3)
>>>>>>> c2e7b00ab09feb4a49a7baebad58fcf243f5f450
- DMC audio channel, high- and low-pass filters