summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author etabeta78 <etabeta78@users.noreply.github.com>2015-01-31 10:48:20 +0100
committer etabeta78 <etabeta78@users.noreply.github.com>2015-01-31 10:48:20 +0100
commitbf5af9fcd64fa149fb044e9065f00f2754ae5ce4 (patch)
tree536a4aa06d39d9c94bbe8e10832dc50cb71dbaab /src
parent0c32d3a975f5f8aea8f745ad3116423258f3cc75 (diff)
improved documentation of a some discrete drivers [gregf, Stiletto]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/aleisttl.c2
-rw-r--r--src/mame/drivers/exidyttl.c29
-rw-r--r--src/mame/drivers/ramtek.c23
-rw-r--r--src/mame/drivers/taitottl.c3
-rw-r--r--src/mame/mame.lst1
5 files changed, 37 insertions, 21 deletions
diff --git a/src/mame/drivers/aleisttl.c b/src/mame/drivers/aleisttl.c
index ef8dde605e0..9169426798e 100644
--- a/src/mame/drivers/aleisttl.c
+++ b/src/mame/drivers/aleisttl.c
@@ -121,4 +121,4 @@ ROM_START( sburners )
ROM_END
-GAME( 1975, sburners, 0, sburners, 0, driver_device, 0, ROT0, "Alleid Leisure", "Street Burners [TTL]", GAME_IS_SKELETON )
+GAME( 1975, sburners, 0, sburners, 0, driver_device, 0, ROT0, "Allied Leisure", "Street Burners [TTL]", GAME_IS_SKELETON )
diff --git a/src/mame/drivers/exidyttl.c b/src/mame/drivers/exidyttl.c
index e7825e3c193..93355883342 100644
--- a/src/mame/drivers/exidyttl.c
+++ b/src/mame/drivers/exidyttl.c
@@ -133,12 +133,24 @@ ROM_START( attckexd )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_REGION( 0x0400, "roms", ROMREGION_ERASE00 )
- ROM_LOAD( "attack.a1", 0x0000, 0x0200, CRC(5afd5aff) SHA1(051915c43b33f476597b2adddda7ae2f5d4fe214) )
- ROM_LOAD( "attack.b1", 0x0000, 0x0200, CRC(92d0fbf4) SHA1(31f7e04c4cd1fb36404b22a26d7e62939b43d941) )
- ROM_LOAD( "attack.c1", 0x0000, 0x0200, CRC(25625d6e) SHA1(d61ff867a226a01781e689c124b93159a92dc057) )
- ROM_LOAD( "attack.d1", 0x0000, 0x0200, CRC(2ff8dd6b) SHA1(21921faa26f95414070df12d30a9bcdc0b674c00) )
- ROM_LOAD( "attack.j6", 0x0000, 0x0200, CRC(21f87c1a) SHA1(1881142ecceee1175f1837e63b7258a08ed293d6) )
- ROM_LOAD( "attack.k6", 0x0000, 0x0200, CRC(ba5115b3) SHA1(1679b07e8a9376789c9cf15fe16e97003e9267be) )
+ ROM_LOAD( "attack.a1", 0x0000, 0x0100, CRC(d9b116b8) SHA1(eb988d4f6a46ed7e2657d87343cd925aba678a21) )
+ ROM_LOAD( "attack.b1", 0x0000, 0x0100, CRC(2317197f) SHA1(03cfc56bd7166e1af071b8fd0700350f51940ca5) )
+ ROM_LOAD( "attack.c1", 0x0000, 0x0100, CRC(7391e44c) SHA1(0a2c9b8f4738c1a49a3169e42817bcd624a4364c) )
+ ROM_LOAD( "attack.d1", 0x0000, 0x0100, CRC(d4a06439) SHA1(3da394196810bcdcfd76b2f5c3b06dbc636f875d) )
+ ROM_LOAD( "attack.j6", 0x0000, 0x0100, CRC(1ce2921c) SHA1(ba2af281af2770a623de2c82a79be350b030c59f) )
+ ROM_LOAD( "attack.k6", 0x0000, 0x0100, CRC(e120839f) SHA1(74dc19a732238d35e467d814ead581a60463aaa2) )
+ROM_END
+
+ROM_START( attckexd2 ) // These are likely an overdump, but we are waiting for confirmation before removing the files
+ ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
+
+ ROM_REGION( 0x0400, "roms", ROMREGION_ERASE00 )
+ ROM_LOAD( "attack__set2.a1", 0x0000, 0x0200, CRC(5afd5aff) SHA1(051915c43b33f476597b2adddda7ae2f5d4fe214) )
+ ROM_LOAD( "attack__set2.b1", 0x0000, 0x0200, CRC(92d0fbf4) SHA1(31f7e04c4cd1fb36404b22a26d7e62939b43d941) )
+ ROM_LOAD( "attack__set2.c1", 0x0000, 0x0200, CRC(25625d6e) SHA1(d61ff867a226a01781e689c124b93159a92dc057) )
+ ROM_LOAD( "attack__set2.d1", 0x0000, 0x0200, CRC(2ff8dd6b) SHA1(21921faa26f95414070df12d30a9bcdc0b674c00) )
+ ROM_LOAD( "attack__set2.j6", 0x0000, 0x0200, CRC(21f87c1a) SHA1(1881142ecceee1175f1837e63b7258a08ed293d6) )
+ ROM_LOAD( "attack__set2.k6", 0x0000, 0x0200, CRC(ba5115b3) SHA1(1679b07e8a9376789c9cf15fe16e97003e9267be) )
ROM_END
@@ -197,5 +209,6 @@ ROM_END
-GAME( 1977, attckexd, 0, attack, 0, driver_device, 0, ROT0, "Exidy", "Attack [TTL]", GAME_IS_SKELETON )
-GAME( 1976, deathrac, 0, deathrac, 0, driver_device, 0, ROT0, "Exidy", "Death Race [TTL]", GAME_IS_SKELETON )
+GAME( 1977, attckexd, 0, attack, 0, driver_device, 0, ROT0, "Exidy", "Attack (Set 1) [TTL]", GAME_IS_SKELETON )
+GAME( 1977, attckexd2, attckexd, attack, 0, driver_device, 0, ROT0, "Exidy", "Attack (Set 2) [TTL]", GAME_IS_SKELETON )
+GAME( 1976, deathrac, 0, deathrac, 0, driver_device, 0, ROT0, "Exidy", "Death Race [TTL]", GAME_IS_SKELETON )
diff --git a/src/mame/drivers/ramtek.c b/src/mame/drivers/ramtek.c
index e6079296f54..79306e616fa 100644
--- a/src/mame/drivers/ramtek.c
+++ b/src/mame/drivers/ramtek.c
@@ -2,18 +2,19 @@
Ramtek Discrete Games List
- Game Name DATA Board #
- --------------------------------------------
- (Deluxe) Baseball (1974) YES
- Clean Sweep (1974) YES 501082
- Hockey (1973) UNKNOWN
+ Game Name DATA ASSY # P/N
+ -------------------------------------------------------------------
+ Baseball (1974/10) YES 550185/550186 0550228/0550229
+ Clean Sweep (1974/06) YES 501082A/B/C/D 501083A/B/C/D
+ Deluxe Baseball (1975/06) YES 550188
+ Hockey (1973/11) UNKNOWN 500699 500629
Horoscope (1976) UNKNOWN
Knockout (1974) UNKNOWN
- Sea Battle (1976) UNKNOWN
- Soccer (1973) UNKNOWN
- Trivia (1975) YES
- Volly/Volley (1973) YES
- Wipe Out (1973) YES
+ Sea Battle (1976/04) UNKNOWN
+ Soccer (1973/11) UNKNOWN 500880 500889
+ Trivia (1975/11) YES
+ Volly/Volley (1973/03?) YES 500378A 500322A
+ Wipe Out (1974/01) YES 500986B/C 500963B/?
***************************************************************************/
@@ -217,7 +218,7 @@ ROM_END
GAME( 1973, vollyrmt, 0, ramtek, 0, driver_device, 0, ROT0, "Ramtek", "Volly (Ramtek) [TTL]", GAME_IS_SKELETON )
-GAME( 1973, wipeormt, 0, ramtek, 0, driver_device, 0, ROT0, "Ramtek", "Wipeout (Ramtek) [TTL]", GAME_IS_SKELETON )
+GAME( 1974, wipeormt, 0, ramtek, 0, driver_device, 0, ROT0, "Ramtek", "Wipeout (Ramtek) [TTL]", GAME_IS_SKELETON )
GAME( 1974, bballrmt, 0, ramtek, 0, driver_device, 0, ROT0, "Ramtek", "Baseball (Ramtek) [TTL]", GAME_IS_SKELETON )
GAME( 1974, cleanswp, 0, ramtek, 0, driver_device, 0, ROT0, "Ramtek", "Clean Sweep [TTL]", GAME_IS_SKELETON )
GAME( 1975, trivia, 0, ramtek, 0, driver_device, 0, ROT0, "Ramtek", "Trivia (Rev B) [TTL]", GAME_IS_SKELETON )
diff --git a/src/mame/drivers/taitottl.c b/src/mame/drivers/taitottl.c
index 6a33d0bb22c..e0df1413fc4 100644
--- a/src/mame/drivers/taitottl.c
+++ b/src/mame/drivers/taitottl.c
@@ -155,6 +155,8 @@ MACHINE_CONFIG_END
/*
+ Gunman
+
label loc. Part #
==========================================================
CR11 N5 74s287 yes, it says CRxx not GNxx
@@ -250,7 +252,6 @@ ROM_START( missilex )
ROM_LOAD( "ms01.8d", 0x0000, 0x0020, CRC(e89e76c3) SHA1(1149b5d1f93baa8aecd54a618083cc13b63a894d) )
ROM_END
-
ROM_START( ttblock )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 49b17ed4f0b..1509f47246f 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -12843,6 +12843,7 @@ fun4a // (c) 1976 Bailey
destdrby // (c) 1976 Chicago Coin
avenger // (c) 1975 Electra
attckexd // (c) 1977 Exidy
+attckexd2 // (c) 1977 Exidy
deathrac // (c) 1976 Exidy
biplane4 // (c) 1976 Fun Games
take5 // (c) 1975 Fun Games