summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2021-06-01 17:41:32 -0400
committer GitHub <noreply@github.com>2021-06-01 17:41:32 -0400
commit36fef8db63279a033ede39ce8995b9d5d0543b80 (patch)
treed4ce6d0059632f1ec4e44b24ade4bd7adcb146e4
parent45dc48a6d380f0fd8e61a421006420ef094bfca2 (diff)
parent18f08ee656da7abbc52424ed4190565e3a16bab7 (diff)
Merge pull request #8127 from clawgrip/patch-4
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"