Previous 199869 Revisions Next

r41583 Wednesday 4th November, 2015 at 20:36:08 UTC by Stiletto
pong comments (nw)

pong comments (nw)
[src/mame/drivers]pong.c

trunk/src/mame/drivers/pong.c
r250094r250095
33/***************************************************************************
44
55Pong (c) 1972 Atari
6Pong Doubles (c) 1973 Atari
7Breakout (c) 1976 Atari
68
79driver by Couriersud
810
11 Atari Pong Games List and Data based, in part from:
12 - Andy's collection of Bronzeage Atari Video Arcade PCB's"
13 http://www.andysarcade.net/personal/bronzeage/index.htm
14 - "Atari's Technical Manual Log"
15 http://www.atarigames.com/manuals.txt
16 Suspected "same games" are grouped together.  These are usually the exact same game but different cabinet/name.
17
18 Technical Manual #s  Game Name(s)                                               Atari Part #'s                     Data
19 -------------------+----------------------------------------------------------+----------------------------------+---------+
20 TM-058               Breakout/Breakout Cocktail/Consolette (1976)               A004533                            NO
21 TM-015               Cocktail Pong/Coup Franc (1974)                            A001433?                           NO
22 TM-0??               Dr. Pong/Puppy Pong/Snoopy Pong (1974)                     A001433?                           NO
23 TM-013               Pong (1972)                                                A001433                            NO
24 TM-014               Pong Doubles/Coupe Davis (1973)                            A000785                            NO
25 422                  Superpong (1974)                                           A000423                            NO
26 
927Notes:
1028
11TODO: please see netlist include files
29TODO: Please see netlist include files
30TODO: Breakout Cocktail and Consolette are believed to use the Breakout PCB with different cabinet designs, this needs to be verified.
31TODO: Coupe Davis is believed to use the Pong Doubles PCB, just a different cabinet design, this needs to be verified.
32TODO: Dr. Pong, Puppy Pong, Snoopy Pong, Cocktail Pong and Coup Franc are all believed to use the Pong (Rev E) PCB, but
33      different cabinet designs; this needs to be verified.
34TODO: Superpong is believed to use the Pong (Rev E) PCB with some minor modifications, this needs to be verified.
1235
1336***************************************************************************/
1437
r250094r250095
490513   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
491514ROM_END
492515
516/*   // 100% TTL - NO ROMS
517
518ROM_START( coupedav ) // dummy to satisfy game entry
519   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
520ROM_END
521
522ROM_START( coupfran ) // dummy to satisfy game entry
523   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
524ROM_END
525
526ROM_START( cktpong ) // dummy to satisfy game entry
527   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
528ROM_END
529
530ROM_START( drpong ) // dummy to satisfy game entry
531   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
532ROM_END
533
534ROM_START( pupppong ) // dummy to satisfy game entry
535   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
536ROM_END
537
538ROM_START( snoopong ) // dummy to satisfy game entry
539   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
540ROM_END
541
542ROM_START( suprpong ) // dummy to satisfy game entry
543   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
544ROM_END
545
546ROM_START( cktbreak ) // dummy to satisfy game entry
547   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
548ROM_END
549
550ROM_START( consolet ) // dummy to satisfy game entry
551   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
552ROM_END
553*/
554
493555GAME( 1972, pong,      0, pong,     pong,      driver_device,  0, ROT0,  "Atari", "Pong (Rev E) external [TTL]", MACHINE_SUPPORTS_SAVE)
494GAME( 1972, pongf,     0, pongf,    pong,      driver_device,  0, ROT0,  "Atari", "Pong (Rev E) [TTL]", MACHINE_SUPPORTS_SAVE )
495GAME( 1974, pongd,     0, pongd,    pongd,     driver_device,  0, ROT0,  "Atari", "Pong Doubles [TTL]", MACHINE_SUPPORTS_SAVE )
556GAME( 1972, pongf,     0, pongf,    pong,      driver_device,  0, ROT0,  "Atari", "Pong (Rev E) [TTL]", MACHINE_SUPPORTS_SAVE)
557GAME( 1973, pongd,     0, pongd,    pongd,     driver_device,  0, ROT0,  "Atari", "Pong Doubles [TTL]", MACHINE_SUPPORTS_SAVE)
496558GAMEL( 1976, breakout,  0, breakout, breakout,  driver_device,  0, ROT90, "Atari", "Breakout [TTL]", MACHINE_SUPPORTS_SAVE, layout_breakout)
559
560// 100% TTL
561//GAME( 1973, coupedav,   pongd,    pongd,    pongd,     driver_device,  0, ROT0,  "Atari", "Coupe Davis [TTL]", MACHINE_SUPPORTS_SAVE)
562//GAME( 1974, coupfran,   pong,     pong,     pong,      driver_device,  0, ROT0,  "Atari", "Coup Franc [TTL]", MACHINE_SUPPORTS_SAVE)
563//GAME( 1974, cktpong,    pong,     pong,     pong,      driver_device,  0, ROT0,  "Atari", "Cocktail Pong [TTL]", MACHINE_SUPPORTS_SAVE)
564//GAME( 1974, drpong,     pong,     pong,     pong,      driver_device,  0, ROT0,  "Atari", "Dr. Pong [TTL]", MACHINE_SUPPORTS_SAVE)
565//GAME( 1974, pupppong,   pong,     pong,     pong,      driver_device,  0, ROT0,  "Atari", "Puppy Pong [TTL]", MACHINE_SUPPORTS_SAVE)
566//GAME( 1974, snoopong,   pong,     pong,     pong,      driver_device,  0, ROT0,  "Atari", "Snoopy Pong [TTL]", MACHINE_SUPPORTS_SAVE)
567//GAME( 1974, suprpong,   0,        pong,     pong,      driver_device,  0, ROT0,  "Atari", "Superpong [TTL]", MACHINE_SUPPORTS_SAVE)
568//GAMEL( 1976, cktbreak,  breakout, breakout, breakout,  driver_device,  0, ROT90, "Atari", "Breakout Cocktail [TTL]", MACHINE_SUPPORTS_SAVE, layout_cktbreak)
569//GAMEL( 1976, consolet,  breakout, breakout, breakout,  driver_device,  0, ROT90, "Atari", "Consolette [TTL]", MACHINE_SUPPORTS_SAVE, layout_consolet)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team