diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-08 13:42:13 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-08 13:42:13 +0200 |
| commit | c9bd7fecdb5d6c8954cf31efef910ed734386c70 (patch) | |
| tree | ab59d3ca3e256ee7a431d82a6412e9c323f418ed /mapper.c | |
| parent | 205dc47111125aa2f7458be948cd9cd434d0344c (diff) | |
2690fps
Diffstat (limited to 'mapper.c')
| -rw-r--r-- | mapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ static struct mapper_entry mapper_table[] = { /* Mapper: b */ { 0x0b, mapper_000b_prg_read, mapper_000b_prg_write, mapper_000b_chr_read, mapper_000b_chr_write, mapper_default_ciram_read, mapper_default_ciram_write, mapper_default_tick, mapper_000b_init }, /* Mapper: 66 */ { 0x42, mapper_0042_prg_read, mapper_0042_prg_write, mapper_0042_chr_read, mapper_0042_chr_write, mapper_default_ciram_read, mapper_default_ciram_write, mapper_default_tick, mapper_0042_init }, /* Mapper: 2002 */ { 0x2002, mapper_2002_prg_read, mapper_2002_prg_write, mapper_2002_chr_read, mapper_2002_chr_write, mapper_default_ciram_read, mapper_default_ciram_write, mapper_default_tick, mapper_2002_init }, +/* Mapper: 2003 */ { 0x2003, mapper_0003_prg_read, mapper_0003_prg_write, mapper_0003_chr_read, mapper_0003_chr_write, mapper_default_ciram_read, mapper_default_ciram_write, mapper_default_tick, mapper_0003_init }, }; static void mapper_setup(struct nes_state *state) { |
