diff options
-rw-r--r-- | src/mame/drivers/microdar.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/drivers/microdar.cpp b/src/mame/drivers/microdar.cpp index 0bc11713143..113b8da36e9 100644 --- a/src/mame/drivers/microdar.cpp +++ b/src/mame/drivers/microdar.cpp @@ -56,6 +56,12 @@ IC2 = Hitachi HD74HC373P IC2 = Hitachi HD74HC373P IC10 = Hitachi HD74HC244P +************************************************************************** + +The "Sagitario" darts machine from CIC Play S.L. uses the same PCB with a different program ROM (from CIC Play). +The chip at IC1 on the CIC Play PCB is silkscreened as "REF 0034 9115S", and the other at IC17 has +its surface scratched out. + */ #include "emu.h" |