summaryrefslogtreecommitdiff
path: root/mapper.c
diff options
context:
space:
mode:
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;