summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2021-06-01 23:26:41 +0200
committer GitHub <noreply@github.com>2021-06-01 23:26:41 +0200
commit18f08ee656da7abbc52424ed4190565e3a16bab7 (patch)
tree983c86563d00e56ca079d08f2d8e255fc1096585
parentd41e59c1aa0f5299abccd0043ba7a0c8f755c16e (diff)
chexx.cpp: Add note about undumped Spanish clone
-rw-r--r--src/mame/drivers/chexx.cpp58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/mame/drivers/chexx.cpp b/src/mame/drivers/chexx.cpp
index 8b837c1d0c1..ab185f04337 100644
--- a/src/mame/drivers/chexx.cpp
+++ b/src/mame/drivers/chexx.cpp
@@ -13,6 +13,64 @@ Electro-mechanical bubble hockey games:
(Some sources indicate these may have been copied from a earlier Sega game called Face-Off)
+Olimpic Hockey (UNDUMPED Spanish clone from Inor, probably unlicensed) runs on an almost
+exact clone of the 1st generation ICE Chexx hardware (https://www.recreativas.org/olimpic-hockey-1110-inor):
+
+ Inor Olympic Hockey PCB
+ ________________________________________
+ | |
+ | : <- Conn P4 ____________ |
+ | |/B8342 SJLC| |
+ | |___________| |
+ | ____________ |
+ | |/B8342 SJLC| |
+ | |___________| |
+ | ____________ |
+ | |/B8342 SJLC| |
+ | |___________| |
+ | ____________ |
+ |/o\ <- Conn p5 |/B8342 SJLC| |
+ ||o| |___________| |
+ ||o| ____________ |
+ | |/B8342 SJLC| |
+ | |___________| |
+ | : <- Conn P7 ____________ |
+ | : |/B8342 SJLC| |
+ | |___________| |
+ | ____ ____________ |
+ | LM358N |EMPTY | |
+ | |___________| |
+ | ____________ |
+ | _________ |EMPTY | |
+ | 74LS138B1 |___________| |
+ | ______________________ |
+ | | 54104 DIGITALKER | |
+ | |_____________________| |
+ | _________ : |
+ | _________ |________| : |
+ | |74LS74B1| Conn P2 -> : |
+ | ______________________ |
+ | | UM6522A | |
+ | _________ |_____________________| |
+ | |________| |
+ | ____________ |
+ | : | EF68B10P | |
+ | : <- Conn P1 |___________| |
+ | : o <- Conn P8 |
+ | o : <- Conn P6 |
+ | 0 : |
+ | : ______________________ |
+ | : <- Conn P3 | UM6502A | |
+ | |_____________________| |
+ | _________ |
+ | _________ ____________ PC74HCT74P |
+ | |74LS04_| | EPROM | |
+ | |___________| |
+ | Xtal |
+ | 4.000 MHz DSW _________ DSW |
+ | x2 T74LS365B1 x2 |
+ |___________ COST _____________ TIME ___|
+
***************************************************************************/
#include "emu.h"