Previous 199869 Revisions Next

r33485 Saturday 22nd November, 2014 at 21:01:35 UTC by Alex W. Jackson
zn.c: fix missing required objects regression (nw)
[src/mame/drivers]zn.c

trunk/src/mame/drivers/zn.c
r241996r241997
27692769   ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
27702770   ROM_REGION32_LE( 0x2400000, "maskroms", ROMREGION_ERASE00 )
27712771   ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
2772   ROM_REGION( 0x400000, "qsound", ROMREGION_ERASE00 )
27722773ROM_END
27732774
27742775/* 95681-2 */
r241996r241997
31413142   ROM_REGION32_LE( 0x80000, "countryrom", ROMREGION_ERASE00 )
31423143   ROM_REGION32_LE( 0x3000000, "maskroms", ROMREGION_ERASE00 )
31433144   ROM_REGION( 0x50000, "audiocpu", ROMREGION_ERASE00 )
3145   ROM_REGION( 0x400000, "qsound", ROMREGION_ERASE00 )
31443146ROM_END
31453147
31463148/* 95681-2 */


Previous 199869 Revisions Next


© 1997-2024 The MAME Team