summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2012-02-16 01:55:05 +0000
committer Brian Troha <briantro@users.noreply.github.com>2012-02-16 01:55:05 +0000
commit431af6c1645bfa4a800b2e625ea088562b40053a (patch)
treefe25f50160f758640d1e32f9435f00bd75cbfbc1
parentebe89a47d3653294795abeda63701823ef194746 (diff)
vamphalf.c: Whitespace fix and allow both Wyvern Wings sets to co-exist.
-rw-r--r--src/mame/drivers/vamphalf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vamphalf.c b/src/mame/drivers/vamphalf.c
index 54a37b96538..27e052b9c0c 100644
--- a/src/mame/drivers/vamphalf.c
+++ b/src/mame/drivers/vamphalf.c
@@ -1583,8 +1583,8 @@ ROM_END
ROM_START( wyvernwga )
ROM_REGION32_BE( 0x100000, "user1", ROMREGION_ERASE00 ) /* Hyperstone CPU Code */
- ROM_LOAD( "rom1.bin", 0x000000, 0x080000, CRC(586881fd) SHA1(d335bbd91def8fa4935eb2375c9b00471a1f40eb) )
- ROM_LOAD( "rom2.bin", 0x080000, 0x080000, CRC(938049ec) SHA1(cc10944c99ceb388dd4aafc93377c40540861d14) )
+ ROM_LOAD( "rom1.rom", 0x000000, 0x080000, CRC(586881fd) SHA1(d335bbd91def8fa4935eb2375c9b00471a1f40eb) )
+ ROM_LOAD( "rom2.rom", 0x080000, 0x080000, CRC(938049ec) SHA1(cc10944c99ceb388dd4aafc93377c40540861d14) )
ROM_REGION( 0x020000, "audiocpu", 0 ) /* QDSP ('51) Code */
ROM_LOAD( "u7", 0x0000, 0x20000, CRC(00a3f705) SHA1(f0a6bafd16bea53d4c05c8cc108983cbd41e5757) )