Another 32x bug-fix

This commit is contained in:
Angelo Salese 2010-09-30 01:16:24 +00:00
parent 8d4b357fa9
commit 4a74bdbf24

View File

@ -2583,7 +2583,7 @@ static WRITE16_HANDLER( _32x_68k_a15100_w )
memory_install_rom(space, 0x0880000, 0x08fffff, 0, 0, memory_region(space->machine, "gamecart")); // 'fixed' 512kb rom bank
memory_install_read_bank(space, 0x0900000, 0x09fffff, 0, 0, "bank12"); // 'bankable' 1024kb rom bank
memory_set_bankptr(space->machine, "bank12", memory_region(space->machine, "gamecart") );
memory_set_bankptr(space->machine, "bank12", memory_region(space->machine, "gamecart")+((_32x_68k_a15104_reg&0x3)*0x100000) );
memory_install_rom(space, 0x0000000, 0x03fffff, 0, 0, memory_region(space->machine, "32x_68k_bios"));