summaryrefslogtreecommitdiff
path: root/mapper.c
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-03-31 20:31:05 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-03-31 20:31:05 +0200
commita386ef64f6376b3ef8434a6cdf456495287fcbca (patch)
treee2da9f72ce0a565b4fac2fc8be19ab3497286b36 /mapper.c
parentd5486a5af100fb37fac08b60d862ac14943853ce (diff)
currently 90% working
Diffstat (limited to 'mapper.c')
-rw-r--r--mapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapper.c b/mapper.c
index 620be7d..7e374df 100644
--- a/mapper.c
+++ b/mapper.c
@@ -4,7 +4,7 @@
// #include "mapper_mmc1.c"
// #include "mapper_uxrom.c"
-static void mapper_setup(struct state *state) {
+static void mapper_setup(struct nes_state *state) {
switch(state->ines.mapper) {
case 0:
state->mapper.read = mapper_nrom_read;