summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-11-16 18:06:47 +0100
committer couriersud <couriersud@gmx.org>2019-11-16 18:06:47 +0100
commitba8da7aae7cd383998f3210932b721646a8874a2 (patch)
tree6e16e28e1c6d4c748588966eb31fb3bd7f7bc9f3 /src/mame
parent7880de4d3252e1b6cae07363d8d5f0f8d8a8c2cb (diff)
netlist: Fix freeze on reset (F3). (nw)
Also added a link to pong video showing a real pcb.
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/pong.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/pong.cpp b/src/mame/drivers/pong.cpp
index eabeebdc7b6..a140ea5ea8a 100644
--- a/src/mame/drivers/pong.cpp
+++ b/src/mame/drivers/pong.cpp
@@ -92,8 +92,11 @@ TODO: Volleyball...
* Net at 256H alternating at 4V
*
+ * Pong videos:
*
- * http://www.youtube.com/watch?v=pDrRnJOCKZc
+ * https://www.youtube.com/watch?v=pDrRnJOCKZc (no longer available)
+ *
+ * https://www.youtube.com/watch?v=fiShX2pTz9A
*/
static const int NS_PER_CLOCK_PONG = static_cast<int>((double) NETLIST_INTERNAL_RES / (double) 7159000 + 0.5);