mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
wpc_an: fix invalid sound bank use in tfa_13. (no whatsnew)
This commit is contained in:
parent
4fa7da9f11
commit
0501de6541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user