diff options
author | 2017-09-05 22:07:51 -0400 | |
---|---|---|
committer | 2017-09-05 22:07:51 -0400 | |
commit | d140f1b07921f18e36f202f0b16f5d4e5c5318e8 (patch) | |
tree | 861942cb6ccfbfc21785c83dde87ef36df041d4e | |
parent | 6636d7237331d52d0ffe7a80da5212df053e14e9 (diff) |
bingowav: Describe the PCBs a little (nw)
-rw-r--r-- | src/mame/drivers/bingowav.cpp | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/src/mame/drivers/bingowav.cpp b/src/mame/drivers/bingowav.cpp index ae6ef236f11..392d6ccdb7f 100644 --- a/src/mame/drivers/bingowav.cpp +++ b/src/mame/drivers/bingowav.cpp @@ -4,7 +4,34 @@ Taito Bingo Wave - Skeleton driver. + This is a skeleton driver for what appears to be a satellite betting + game similar to Sega's Caribbean Boule. + + "MAIN PCB" + - Toshiba TMP68303F-16 (IC26) + - TEL TE7750 (IC38, IC47) + - Taito TC0140SYT (IC68) + - Zilog Z80-A (IC74) + - Yamaha YM2610 (IC77) + - ??MHz XTAL (OSC1) + + "TERMINAL PCB" + - Toshiba TMP68303F-16 (IC35) + - Taito TC0650FDA (IC26) + - TEL TE7750 (IC42) + - Taito TCO470LIN (IC33) + - Taito TC0600OBT (IC11) + - Yamaha YM2149F (IC53) + - 36MHz XTAL (OSC1) + - 32MHz XTAL (OSC2) + - DIP switches (1x8) + - JAMMA edge connector + + "CONTROL PCB" + - Taito PC060HA (IC2) + - Zilog Z80 (IC13) + - 16MHz XTAL (OSC1) + - DIP switches (1x8) ***************************************************************************/ |