mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
proper MAIN-CPU memory map mirroring (r727)
This commit is contained in:
parent
ba4613df57
commit
2a9498211f
@ -1069,7 +1069,7 @@ void scd_init(void)
|
||||
}
|
||||
|
||||
/* $200000-$3FFFFF (resp. $600000-$7FFFFF): Word-RAM in 2M mode (256KB mirrored) */
|
||||
for (i=base+0x20; i<base+0x24; i++)
|
||||
for (i=base+0x20; i<base+0x40; i++)
|
||||
{
|
||||
m68k.memory_map[i].base = scd.word_ram_2M + ((i & 3) << 16);
|
||||
m68k.memory_map[i].read8 = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user