summaryrefslogtreecommitdiff
path: root/mknes.c
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-06-04 15:26:11 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-06-04 15:26:11 +0200
commit6dd73982c514445c4d2a4787c37666d0812a3dad (patch)
tree78f4e43890a9f7aeb6460066bcfe117e1f96cdd8 /mknes.c
parentf02853edb8a624fbe85ea322eaba9e643756d44e (diff)
added scaffolding for apu
Diffstat (limited to 'mknes.c')
-rw-r--r--mknes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mknes.c b/mknes.c
index a2f764c..068bd83 100644
--- a/mknes.c
+++ b/mknes.c
@@ -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");