mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fixes 03570: kf2k3pcb: Access Violation after OK [Fabio Priuli]
This commit is contained in:
parent
fe3420b40f
commit
ff180f0ce7
@ -7684,7 +7684,7 @@ static DRIVER_INIT( kf2k3pcb )
|
||||
neogeo_fixed_layer_bank_type = 2;
|
||||
DRIVER_INIT_CALL(neogeo);
|
||||
install_pvc_protection(machine);
|
||||
memory_install_read_bank(cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_PROGRAM), 0xc00000, 0xc7ffff, 0, 0, "bank6" ); // 512k bios
|
||||
memory_install_read_bank(cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_PROGRAM), 0xc00000, 0xc7ffff, 0, 0, "bios" ); // 512k bios
|
||||
}
|
||||
|
||||
static DRIVER_INIT( kof2003 )
|
||||
|
Loading…
Reference in New Issue
Block a user