diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-06-04 15:26:11 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-06-04 15:26:11 +0200 |
| commit | 6dd73982c514445c4d2a4787c37666d0812a3dad (patch) | |
| tree | 78f4e43890a9f7aeb6460066bcfe117e1f96cdd8 /mknes.c | |
| parent | f02853edb8a624fbe85ea322eaba9e643756d44e (diff) | |
added scaffolding for apu
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"); |
