diff options
Diffstat (limited to 'mknes_mapper.c')
| -rw-r--r-- | mknes_mapper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mknes_mapper.c b/mknes_mapper.c index 32e8017..4202769 100644 --- a/mknes_mapper.c +++ b/mknes_mapper.c @@ -91,7 +91,9 @@ static void mapper_reset(struct nes_state *state) { static void mapper_setup(struct nes_state *state) { uint32_t mapper_id = state->ines.mapper << 4 | state->ines.submapper; +#ifndef BENCHMARK printf("Mapper %d_%x requested.\n", state->ines.mapper, state->ines.submapper); +#endif mapper_reset(state); |
