diff options
| author | 2014-11-22 16:01:35 -0500 | |
|---|---|---|
| committer | 2014-11-22 16:01:35 -0500 | |
| commit | ec9067a4f89abdb98a9e1d5a95b4e8ba5902e922 (patch) | |
| tree | c0b177b47ab0a653fad65775d30ecc018629cd1e /src | |
| parent | 69f497576cf2bf784133cefb24b35dc3a86ac334 (diff) | |
zn.c: fix missing required objects regression (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/zn.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/zn.c b/src/mame/drivers/zn.c index 91e5660c58f..ca9c5d56c0f 100644 --- a/src/mame/drivers/zn.c +++ b/src/mame/drivers/zn.c @@ -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 */ |
