diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-16 12:37:40 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-16 12:37:40 +0200 |
| commit | 6321f071ed2ab36242e857a9414b7f4c53092d72 (patch) | |
| tree | 80eb868cc206c932d32943d101e7f337324fa7f4 /mapper_0007.h | |
| parent | 18a2c1406f1fa585f4574cd687b0791e52ab5d7a (diff) | |
Battletoads working
Diffstat (limited to 'mapper_0007.h')
| -rw-r--r-- | mapper_0007.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapper_0007.h b/mapper_0007.h index 632b57c..775082b 100644 --- a/mapper_0007.h +++ b/mapper_0007.h @@ -2,6 +2,6 @@ struct mapper_0007 { uint8_t *prg_ptr; - uint8_t mirroring; + uint32_t ciram_base; }; |
