diff options
Diffstat (limited to 'mknes.c')
| -rw-r--r-- | mknes.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,7 +92,7 @@ static uint32_t frames; // debug information // NES core #include "mappers/mapper.h" #include "mknes.h" -// #include "apu.c" +#include "apu.c" #include "ppu.c" #include "ppu_registers.c" #include "memory.c" @@ -142,11 +142,11 @@ int main(int argc, char **argv) { // ines2_load(nstate, "data/0000/raster_demos/RasterTest3e.NES"); // ines2_load(nstate, "data/0000/NEStress.NES"); // ines2_load(nstate, "data/0000/Super Mario Bros. (World) (HVC-SM).zip"); - // ines2_load(nstate, "data/0042/Super Mario Bros. + Duck Hunt (USA).zip"); + ines2_load(nstate, "data/0042/Super Mario Bros. + Duck Hunt (USA).zip"); // ines2_load(nstate, "data/0000/Xevious - The Avenger (USA).zip"); // ines2_load(nstate, "data/tv.nes"); - ines2_load(nstate, "data/Life Force (USA).zip"); // 2002 + // ines2_load(nstate, "data/Life Force (USA).zip"); // 2002 // ines2_load(nstate, "data/0003/Flipull - An Exciting Cube Game (Japan) (En).zip"); // ines2_load(nstate, "data/0003/Friday the 13th (USA).zip"); |
