comments fix (nw)

comments fix (nw)
This commit is contained in:
Stiletto 2015-11-06 19:19:56 -05:00
parent 18d156cd4f
commit 27e4a5fe14

View File

@ -21,12 +21,13 @@ driver by Couriersud
Technical Manual #s Game Name(s) Atari Part #'s Data
-------------------+----------------------------------------------------------+----------------------------------+---------+
TM-058 Breakout/Breakout Cocktail/Consolette (1976) A004533 NO
TM-013 Pong (1972) A001433 NO
TM-0?? Pong In-A-Barrel (1973) A001433? NO
TM-015 Cocktail Pong/Coup Franc (1974) A001433? NO
TM-0?? Dr. Pong/Puppy Pong/Snoopy Pong (1974) A001433? NO
TM-013 Pong (1972) A001433 NO
TM-014 Pong Doubles/Coupe Davis (1973) A000785 NO
422 Superpong (1974) A000423 NO
TM-058 Breakout/Breakout Cocktail/Consolette (1976) A004533 NO
Notes:
@ -519,6 +520,10 @@ ROM_END
/* // 100% TTL - NO ROMS
ROM_START( pongbarl ) // dummy to satisfy game entry
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_END
ROM_START( coupedav ) // dummy to satisfy game entry
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_END
@ -563,6 +568,7 @@ GAMEL( 1976, breakout, 0, breakout, breakout, driver_device, 0, ROT90, "Atari
// 100% TTL
//GAME( 1973, coupedav, pongd, pongd, pongd, driver_device, 0, ROT0, "Atari France", "Coupe Davis [TTL]", MACHINE_SUPPORTS_SAVE)
//GAME( 1973, pongbarl, pong, pong, pong, driver_device, 0, ROT0, "Atari Europe", "Pong In-A-Barrel [TTL]", MACHINE_SUPPORTS_SAVE)
//GAME( 1974, coupfran, pong, pong, pong, driver_device, 0, ROT0, "Atari Europe", "Coup Franc [TTL]", MACHINE_SUPPORTS_SAVE)
//GAME( 1974, cktpong, pong, pong, pong, driver_device, 0, ROT0, "Atari / National Entertainment Co.", "Cocktail Pong [TTL]", MACHINE_SUPPORTS_SAVE)
//GAME( 1974, drpong, pong, pong, pong, driver_device, 0, ROT0, "Atari", "Dr. Pong [TTL]", MACHINE_SUPPORTS_SAVE)