Mercurial > repos > blastem
diff sega_mapper.c @ 2499:d74d3998482c
Make some progress on compiling full emulator with new 68K core
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 30 Apr 2024 00:02:14 -0700 |
parents | 187bc857a76a |
children | d44fe974fb85 |
line wrap: on
line diff
--- a/sega_mapper.c Mon Apr 29 22:57:49 2024 -0700 +++ b/sega_mapper.c Tue Apr 30 00:02:14 2024 -0700 @@ -280,7 +280,7 @@ //ensure USB serial read returns "not-ready" status return 0x02; default: - return read_word(context->last_prefetch_address, (void **)context->mem_pointers, &context->options->gen, context); + return read_word(context->last_prefetch_address, (void **)context->mem_pointers, &context->opts->gen, context); } }