mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Fix assert for prmrsocr + clones - no whatsnew needed [Fabio Priuli]
This commit is contained in:
parent
f3d1842bcb
commit
68f092321f
@ -2655,8 +2655,8 @@ static const k054539_interface k054539_config =
|
|||||||
|
|
||||||
static MACHINE_START( prmrsocr )
|
static MACHINE_START( prmrsocr )
|
||||||
{
|
{
|
||||||
|
MACHINE_START_CALL(common);
|
||||||
UINT8 *ROM = memory_region(machine, "audiocpu");
|
UINT8 *ROM = memory_region(machine, "audiocpu");
|
||||||
|
|
||||||
memory_configure_bank(machine, "bank1", 0, 8, &ROM[0x10000], 0x4000);
|
memory_configure_bank(machine, "bank1", 0, 8, &ROM[0x10000], 0x4000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user