Minor game title changes, IE: change Tapper & Tapper (alt) to Tapper (Budweiser, set 1) & Tapper (Budweiser, set 2). Added date to the Rampage game titles. Not worth mentioning

This commit is contained in:
Brian Troha 2011-01-30 06:03:05 +00:00
parent 79c2118e50
commit 120f6c6571
2 changed files with 9 additions and 9 deletions

View File

@ -1892,7 +1892,7 @@ ROM_START( tron )
ROM_REGION( 0x0020, "proms", 0 ) /* PROM's located on the Super Sound I/O Board (90913) */
ROM_LOAD( "9860-07axn-axhd.d12", 0x0000, 0x0020, CRC(e1281ee9) SHA1(9ac9b01d24affc0ee9227a4364c4fd8f8290343a) ) /* N82S123 */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_LOAD( "0066-313bx-xxqx.a12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-315bx-xxqx.b12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-322bx-xx0x.e3.bin", 0x0000, 0x0001, NO_DUMP)
@ -1931,7 +1931,7 @@ ROM_START( tron2 )
ROM_REGION( 0x0020, "proms", 0 ) /* PROM's located on the Super Sound I/O Board (90913) */
ROM_LOAD( "9860-07axn-axhd.d12", 0x0000, 0x0020, CRC(e1281ee9) SHA1(9ac9b01d24affc0ee9227a4364c4fd8f8290343a) ) /* N82S123 */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_LOAD( "0066-313bx-xxqx.a12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-315bx-xxqx.b12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-322bx-xx0x.e3.bin", 0x0000, 0x0001, NO_DUMP)
@ -1970,7 +1970,7 @@ ROM_START( tron3 )
ROM_REGION( 0x0020, "proms", 0 ) /* PROM's located on the Super Sound I/O Board (90913) */
ROM_LOAD( "9860-07axn-axhd.d12", 0x0000, 0x0020, CRC(e1281ee9) SHA1(9ac9b01d24affc0ee9227a4364c4fd8f8290343a) ) /* N82S123 */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_LOAD( "0066-313bx-xxqx.a12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-315bx-xxqx.b12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-322bx-xx0x.e3.bin", 0x0000, 0x0001, NO_DUMP)
@ -2009,7 +2009,7 @@ ROM_START( tron4 )
ROM_REGION( 0x0020, "proms", 0 ) /* PROM's located on the Super Sound I/O Board (90913) */
ROM_LOAD( "9860-07axn-axhd.d12", 0x0000, 0x0020, CRC(e1281ee9) SHA1(9ac9b01d24affc0ee9227a4364c4fd8f8290343a) ) /* N82S123 */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_REGION( 0x0005, "scpu_pals", 0) /* PAL's located on the Super CPU Board (90010) */
ROM_LOAD( "0066-313bx-xxqx.a12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-315bx-xxqx.b12.bin", 0x0000, 0x0001, NO_DUMP)
ROM_LOAD( "0066-322bx-xx0x.e3.bin", 0x0000, 0x0001, NO_DUMP)
@ -2687,8 +2687,8 @@ GAME( 1982, kroozr, 0, mcr_90010, kroozr, kroozr, ROT0, "Ball
GAME( 1983, journey, 0, mcr_91475, journey, journey, ROT90, "Bally Midway", "Journey", GAME_SUPPORTS_SAVE )
/* 91490 CPU board + 91464 video gen + 90913 sound I/O */
GAME( 1983, tapper, 0, mcr_91490, tapper, mcr_91490, ROT0, "Bally Midway", "Tapper (Budweiser)", GAME_SUPPORTS_SAVE )
GAME( 1983, tappera, tapper, mcr_91490, tapper, mcr_91490, ROT0, "Bally Midway", "Tapper (alternate)", GAME_SUPPORTS_SAVE )
GAME( 1983, tapper, 0, mcr_91490, tapper, mcr_91490, ROT0, "Bally Midway", "Tapper (Budweiser, set 1)", GAME_SUPPORTS_SAVE )
GAME( 1983, tappera, tapper, mcr_91490, tapper, mcr_91490, ROT0, "Bally Midway", "Tapper (Budweiser, set 2)", GAME_SUPPORTS_SAVE )
GAME( 1983, sutapper, tapper, mcr_91490, tapper, mcr_91490, ROT0, "Bally Midway", "Tapper (Suntory)", GAME_SUPPORTS_SAVE )
GAME( 1984, rbtapper, tapper, mcr_91490, tapper, mcr_91490, ROT0, "Bally Midway", "Tapper (Root Beer)", GAME_SUPPORTS_SAVE )
GAME( 1984, timber, 0, mcr_91490, timber, mcr_91490, ROT0, "Bally Midway", "Timber", GAME_SUPPORTS_SAVE )

View File

@ -1644,9 +1644,9 @@ static DRIVER_INIT( turbotag )
/* MCR monoboard games */
GAME( 1984, demoderm, demoderb, mono_tcs, demoderm, demoderm, ROT0, "Bally Midway", "Demolition Derby (2-Player Mono Board Version)", GAME_SUPPORTS_SAVE )
GAME( 1985, sarge, 0, mono_tcs, sarge, sarge, ROT0, "Bally Midway", "Sarge", GAME_SUPPORTS_SAVE )
GAME( 1986, maxrpm, 0, mono_tcs, maxrpm, maxrpm, ROT0, "Bally Midway", "Max RPM", GAME_SUPPORTS_SAVE )
GAME( 1986, rampage, 0, mono_sg, rampage, rampage, ROT0, "Bally Midway", "Rampage (revision 3)", GAME_SUPPORTS_SAVE )
GAME( 1986, rampage2, rampage, mono_sg, rampage, rampage, ROT0, "Bally Midway", "Rampage (revision 2)", GAME_SUPPORTS_SAVE )
GAME( 1986, maxrpm, 0, mono_tcs, maxrpm, maxrpm, ROT0, "Bally Midway", "Max RPM (ver 2)", GAME_SUPPORTS_SAVE )
GAME( 1986, rampage, 0, mono_sg, rampage, rampage, ROT0, "Bally Midway", "Rampage (ver 3 8-27-86)", GAME_SUPPORTS_SAVE )
GAME( 1986, rampage2, rampage, mono_sg, rampage, rampage, ROT0, "Bally Midway", "Rampage (ver 2 8-4-86)", GAME_SUPPORTS_SAVE )
GAME( 1986, powerdrv, 0, mono_sg, powerdrv, powerdrv, ROT0, "Bally Midway", "Power Drive", GAME_SUPPORTS_SAVE )
GAME( 1987, stargrds, 0, mono_sg, stargrds, stargrds, ROT0, "Bally Midway", "Star Guards", GAME_SUPPORTS_SAVE )