mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
zn.c: fix missing required objects regression (nw)
This commit is contained in:
parent
69f497576c
commit
ec9067a4f8
@ -2769,6 +2769,7 @@ ROM_START( cpzn1 )
|
||||
ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
|
||||
ROM_REGION32_LE( 0x2400000, "maskroms", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 0x400000, "qsound", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
/* 95681-2 */
|
||||
@ -3141,6 +3142,7 @@ ROM_START( cpzn2 )
|
||||
ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
|
||||
ROM_REGION32_LE( 0x3000000, "maskroms", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 0x400000, "qsound", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
/* 95681-2 */
|
||||
|
Loading…
Reference in New Issue
Block a user