summaryrefslogtreecommitdiff
path: root/mapper_0007.c
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-04-11 09:35:23 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-04-11 09:35:23 +0200
commit926c5dff02810084b1e819998ca46828f3e21610 (patch)
tree4ac4b42344c29abba07069b301c153894bee1b6c /mapper_0007.c
parent6d7f00f7a662845905c3d8cc99351c328d02e802 (diff)
Before partial rewrite of ppu_tick()
Diffstat (limited to 'mapper_0007.c')
-rw-r--r--mapper_0007.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mapper_0007.c b/mapper_0007.c
index c1ad7fa..fdb6dbb 100644
--- a/mapper_0007.c
+++ b/mapper_0007.c
@@ -1,3 +1,6 @@
+
+
+
static void mapper_0007_init(struct nes_state *state) {
state->map.m0007.prg_ptr = state->prg_rom;
state->map.m0007.mirroring = 0;