Previous 199869 Revisions Next

r31811 Wednesday 27th August, 2014 at 16:57:58 UTC by hap
added Taito TTL bazooka romset we had lying around
[src/mame]mame.lst
[src/mame/drivers]taitottl.c

trunk/src/mame/drivers/taitottl.c
r31810r31811
1414 Basketball (1974)                                       UNKNOWN
1515 Cisco/Fisco 400 (1977)                                  UNKNOWN
1616 Crashing Race (1976)                                    UNKNOWN
17 Crossfire (1977)                                        UNKNOWN - AKA Bazooka
17 Cross Fire (1977)                                       UNKNOWN - AKA Bazooka
1818 Davis Cup (1973)                                        UNKNOWN
1919 Elepong (1973)                                          UNKNOWN
2020 Flying Fortress/Flying Fortress II (1977)               UNKNOWN
r31810r31811
175175ROM_END
176176
177177
178ROM_START( bazooka )
179   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
180
181   ROM_REGION( 0x0800, "roms", ROMREGION_ERASE00 )
182   ROM_LOAD( "1",  0x0000, 0x0200, CRC(edc34cb0) SHA1(f76a81833b015784e55b33189e9058cd24922f9b) )
183   ROM_LOAD( "2",  0x0200, 0x0200, CRC(3e78e4c2) SHA1(814509eb773bfa87f1df933214f079e7dd2a8fa2) )
184   ROM_LOAD( "3",  0x0400, 0x0200, CRC(4fc10886) SHA1(b1c6f890994ba2182a4e7fc17582d6797dbd6ce9) )
185   ROM_LOAD( "4",  0x0600, 0x0200, CRC(00179936) SHA1(e5417b8d3814dafe1278179b307a1b563a378cbe) )
186ROM_END
187
188
178189ROM_START( ttblock )
179190   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
180191
r31810r31811
194205
195206
196207GAME( 1977, gunman,   0, taitottl, 0, driver_device,  0, ROT0, "Taito", "Gunman [TTL]", GAME_IS_SKELETON )
197GAME( 1977, ttblock,  0, taitottl, 0, driver_device,  0, ROT0, "Taito", "T. T. Block [TTL]", GAME_IS_SKELETON )
208GAME( 1977, bazooka,  0, taitottl, 0, driver_device,  0, ROT0, "Taito do Brasil", "Bazooka (Brazil) [TTL]", GAME_IS_SKELETON ) // clone of Cross Fire
209GAME( 1977, ttblock,  0, taitottl, 0, driver_device,  0, ROT0, "Taito", "T.T. Block [TTL]", GAME_IS_SKELETON )
198210GAME( 1979, zzblock,  0, taitottl, 0, driver_device,  0, ROT0, "Taito", "Zun Zun Block [TTL]", GAME_IS_SKELETON )
trunk/src/mame/mame.lst
r31810r31811
1268912689monacogp      // (c) 1980 Sega
1269012690monacogpa     // (c) 1980 Sega
1269112691gunman        // (c) 1977 Taito
12692bazooka       // (c) 1977 Taito do Brasil
1269212693ttblock       // (c) 1977 Taito
1269312694zzblock       // (c) 1979 Taito
1269412695

Previous 199869 Revisions Next


© 1997-2024 The MAME Team