summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/wpc_an.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/wpc_an.c b/src/mame/drivers/wpc_an.c
index 1414ee68cbd..51793c997a5 100644
--- a/src/mame/drivers/wpc_an.c
+++ b/src/mame/drivers/wpc_an.c
@@ -700,6 +700,8 @@ ROM_END
ROM_START(tfa_13)
ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
ROM_LOAD("u6_l3.rom", 0x10000, 0x20000, CRC(bf4a37b5) SHA1(91b8bba6182e818a34252a4b2a0b86a2a44d9c42))
+ ROM_REGION(0x180000, "sound1",0)
+ ROM_FILL(0x0000,0x180000,0x00)
ROM_REGION(0x8000, "fixed", 0)
ROM_FILL(0x0000,0x8000,0x00)
ROM_END