diff options
author | 2013-10-15 22:07:18 +0000 | |
---|---|---|
committer | 2013-10-15 22:07:18 +0000 | |
commit | 0501de6541ddfcb76aee533f6f2491985d0b56da (patch) | |
tree | fbac6f3b3d0bef1b2581aab2e26ca902af1ca536 /src | |
parent | 4fa7da9f11a79a48b07c8435b137a33d93438169 (diff) |
wpc_an: fix invalid sound bank use in tfa_13. (no whatsnew)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/wpc_an.c | 2 |
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 |