summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2018-01-14 23:15:16 -0600
committer briantro <briantro@users.noreply.github.com>2018-01-14 23:15:16 -0600
commit90e652db43fae7300de4f6953e945da9661652c9 (patch)
tree994c5e0a51ecf1f7b8e38a052f069260b0cd4ac7
parent7f7a4b1c756eff5786901bae793f2521e207ec7c (diff)
notes about currently undumped clones known to exist (nw)
-rw-r--r--src/mame/drivers/gaelco2.cpp2
-rw-r--r--src/mame/drivers/paradise.cpp3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/drivers/gaelco2.cpp b/src/mame/drivers/gaelco2.cpp
index 75cc87c9c6f..53445437e4b 100644
--- a/src/mame/drivers/gaelco2.cpp
+++ b/src/mame/drivers/gaelco2.cpp
@@ -25,6 +25,8 @@
sounds cut out sometimes, others are often missing (sound status reads as busy,
so no attempt made to play new sound) probably bug in devices\sound\gaelco.cpp ??
+Known to exist but not dumped is a Maniac Square v1.0 with checksum 66B1
+
***************************************************************************/
#include "emu.h"
diff --git a/src/mame/drivers/paradise.cpp b/src/mame/drivers/paradise.cpp
index 3b52229b46b..d1063fc72b1 100644
--- a/src/mame/drivers/paradise.cpp
+++ b/src/mame/drivers/paradise.cpp
@@ -28,6 +28,9 @@ paradise: I'm not sure it's working correctly:
- The high scores table can't be entered !?
+
+Known to exist but not dumped is Target Ball '96
+
penky: we need to delay the irqs at startup or it won't boot. Either one of
ports 0x2003.r or 0x2005.w starts up the irq timer (confirmed via trojan)