Fix assert for prmrsocr + clones - no whatsnew needed [Fabio Priuli]

This commit is contained in:
Scott Stone 2010-01-12 17:37:11 +00:00
parent f3d1842bcb
commit 68f092321f

View File

@ -2655,8 +2655,8 @@ static const k054539_interface k054539_config =
static MACHINE_START( prmrsocr )
{
MACHINE_START_CALL(common);
UINT8 *ROM = memory_region(machine, "audiocpu");
memory_configure_bank(machine, "bank1", 0, 8, &ROM[0x10000], 0x4000);
}