diff --git a/src/mame/drivers/pong.c b/src/mame/drivers/pong.c index 7d8a15efa54..3083e2a3087 100644 --- a/src/mame/drivers/pong.c +++ b/src/mame/drivers/pong.c @@ -32,11 +32,15 @@ driver by Couriersud Notes: TODO: Please see netlist include files -TODO: Breakout Cocktail and Consolette are believed to use the Breakout PCB with different cabinet designs, this needs to be verified. -TODO: Coupe Davis is believed to use the Pong Doubles PCB, just a different cabinet design, this needs to be verified. -TODO: Dr. Pong, Pong In-A-Barrel, Puppy Pong, Snoopy Pong, Cocktail Pong and Coup Franc are all believed to use the Pong (Rev E) PCB, but - different cabinet designs; this needs to be verified. -TODO: Superpong is believed to use the Pong (Rev E) PCB with some minor modifications, this needs to be verified. +TODO: Breakout Cocktail and Consolette are believed to use the Breakout PCB with different + cabinet designs, this needs to be verified. +TODO: Coupe Davis is believed to use the Pong Doubles PCB, just a different cabinet design, + this needs to be verified. +TODO: Dr. Pong, Pong In-A-Barrel, Puppy Pong, Snoopy Pong, Cocktail Pong and Coup Franc are + all believed to use the Pong (Rev E) PCB, but different cabinet designs; this needs to + be verified. +TODO: Superpong is believed to use the Pong (Rev E) PCB with some minor modifications, this + needs to be verified. ***************************************************************************/