diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-03-31 20:31:05 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-03-31 20:31:05 +0200 |
| commit | a386ef64f6376b3ef8434a6cdf456495287fcbca (patch) | |
| tree | e2da9f72ce0a565b4fac2fc8be19ab3497286b36 /mapper.c | |
| parent | d5486a5af100fb37fac08b60d862ac14943853ce (diff) | |
currently 90% working
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; |
