mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Another 32x bug-fix
This commit is contained in:
parent
8d4b357fa9
commit
4a74bdbf24
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user