Mercurial > repos > blastem
diff xband.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 | 17c1c30e0d6f |
children |
line wrap: on
line diff
--- a/xband.c Mon Apr 29 22:57:49 2024 -0700 +++ b/xband.c Tue Apr 30 00:02:14 2024 -0700 @@ -117,7 +117,7 @@ static xband *get_xband(genesis_context *gen) { if (!gen->extra) { - gen->extra = gen->m68k->options->gen.memmap[0].buffer; + gen->extra = gen->m68k->opts->gen.memmap[0].buffer; gen->m68k->mem_pointers[2] = (uint16_t *)gen->save_storage; } return gen->extra;