summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Stiletto <stilett0@users.noreply.github.com>2016-01-21 23:07:24 -0500
committer Stiletto <stilett0@users.noreply.github.com>2016-01-21 23:07:24 -0500
commit3015cc6d944c4757c6c9bfe2015bb94d66e6968f (patch)
treea8ebe71a91f10ec4d2a767b7878a5dbaf1c78fe9 /src
parent01cf7ed61ad19b7fc7a7c0913274cba404623a80 (diff)
Bombs Away docs update from Andrew Welburn
Andew Welburn redumped Meadows Bombs Away. Dump matched, but we have slightly more info on the PCB now.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/meadwttl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/meadwttl.cpp b/src/mame/drivers/meadwttl.cpp
index 0dffab0d0e7..8e13a178499 100644
--- a/src/mame/drivers/meadwttl.cpp
+++ b/src/mame/drivers/meadwttl.cpp
@@ -119,9 +119,9 @@ ROM_START( bombaway )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_REGION( 0x0400, "roms", ROMREGION_ERASE00 )
- ROM_LOAD( "bombs.j3", 0x0000, 0x0200, CRC(d1e3ddfd) SHA1(268915eba79179b7329076c875172f910cf77930) )
- ROM_LOAD( "bombs.j4", 0x0000, 0x0200, CRC(95108ae8) SHA1(872596a666bfc03fcc40b1f8c532d41951b0b506) )
- ROM_LOAD( "bombs.j5", 0x0000, 0x0200, CRC(3804bc84) SHA1(ba943bdb3fa1ab8210da0d4613a641fd2578eca2) )
+ ROM_LOAD( "b.3j", 0x0000, 0x0200, CRC(d1e3ddfd) SHA1(268915eba79179b7329076c875172f910cf77930) ) // bottom row (4 point) ship graphic
+ ROM_LOAD( "c.4j", 0x0000, 0x0200, CRC(95108ae8) SHA1(872596a666bfc03fcc40b1f8c532d41951b0b506) ) // middle row (2 point) ship graphic
+ ROM_LOAD( "a.5j", 0x0000, 0x0200, CRC(3804bc84) SHA1(ba943bdb3fa1ab8210da0d4613a641fd2578eca2) ) // top row (1 point) ship graphic
ROM_END
ROM_START( ckidzo )