diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-11 09:35:23 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-11 09:35:23 +0200 |
| commit | 926c5dff02810084b1e819998ca46828f3e21610 (patch) | |
| tree | 4ac4b42344c29abba07069b301c153894bee1b6c /mapper_0007.c | |
| parent | 6d7f00f7a662845905c3d8cc99351c328d02e802 (diff) | |
Before partial rewrite of ppu_tick()
Diffstat (limited to 'mapper_0007.c')
| -rw-r--r-- | mapper_0007.c | 3 |
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; |
