mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
zn.c: fix missing required objects regression (nw)
This commit is contained in:
parent
69f497576c
commit
ec9067a4f8
1 changed files with 2 additions and 0 deletions
|
@ -2769,6 +2769,7 @@ ROM_START( cpzn1 )
|
||||||
ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
|
ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
|
||||||
ROM_REGION32_LE( 0x2400000, "maskroms", ROMREGION_ERASE00 )
|
ROM_REGION32_LE( 0x2400000, "maskroms", ROMREGION_ERASE00 )
|
||||||
ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
|
ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
|
||||||
|
ROM_REGION( 0x400000, "qsound", ROMREGION_ERASE00 )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
/* 95681-2 */
|
/* 95681-2 */
|
||||||
|
@ -3141,6 +3142,7 @@ ROM_START( cpzn2 )
|
||||||
ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
|
ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
|
||||||
ROM_REGION32_LE( 0x3000000, "maskroms", ROMREGION_ERASE00 )
|
ROM_REGION32_LE( 0x3000000, "maskroms", ROMREGION_ERASE00 )
|
||||||
ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
|
ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
|
||||||
|
ROM_REGION( 0x400000, "qsound", ROMREGION_ERASE00 )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
/* 95681-2 */
|
/* 95681-2 */
|
||||||
|
|
Loading…
Reference in a new issue