diff options
Diffstat (limited to 'mapper.c')
| -rw-r--r-- | mapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
