zn.c: fix missing required objects regression (nw)

This commit is contained in:
Alex W. Jackson 2014-11-22 16:01:35 -05:00
parent 69f497576c
commit ec9067a4f8

View file

@ -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 */