From 6321f071ed2ab36242e857a9414b7f4c53092d72 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Wed, 16 Apr 2025 12:37:40 +0200 Subject: Battletoads working --- mapper_0007.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapper_0007.h') 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; }; -- cgit v1.2.3