summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2016-06-07 23:37:04 -0300
committer RobertoFresca <robbie@mamedev.org>2016-06-07 23:37:04 -0300
commitc04bde07d215dd38905d4d7e50b81306459d2051 (patch)
tree4939e82e92b98c11d0ec0d9057aca5f8bc8ca41b /src/mame
parent83c7e853a016502685349e9af13e3e9004c6da89 (diff)
Buena Suerte (Protel PCB): Added technical notes and a WIP
edge connector and mech counters pinout. [Roberto Fresca, Gaby]
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/goldnpkr.cpp75
1 files changed, 74 insertions, 1 deletions
diff --git a/src/mame/drivers/goldnpkr.cpp b/src/mame/drivers/goldnpkr.cpp
index 3030fbc8cae..7f62f235ebf 100644
--- a/src/mame/drivers/goldnpkr.cpp
+++ b/src/mame/drivers/goldnpkr.cpp
@@ -4898,10 +4898,83 @@ ROM_END
Golden Poker derivative, with blue killer circuitry.
Suitable for "Good Luck" and "Buena Suerte" games.
+ Addressing, ROM banks, and edge connector close to Magic Fly.
+ Discrete sound need to be traced...
+
30x2-pins Edge connector.
- Addressing, ROM banks, and edge connector close to Magic Fly.
+ *********** Edge connector (WIP) ************
+
+ Solder side |Conn| Components side
+ ----------------+----+---------------------
+ | |
+ +5V. | 01 | +5V.
+ (GND) Speaker- | 02 | Speaker- (GND)
+ | 03 | Speaker+
+ | 04 |
+ | |
+ Sync | 05 | Red
+ Green | 06 | Blue
+ | |
+ (out) | 07 | (out)
+ (out) | 08 | (out)
+ (out) | 09 | 12VAC. *IN* (0)
+ | |
+ (input) | 10 | (input)
+ (input) | 11 | (input)
+ (input) | 12 | (input)
+ (input) | 13 | (input)
+ (input) | 14 | (input)
+ (input) | 15 | (input)
+ (input) | 16 | (input)
+ (input) | 17 | (input)
+ (input) | 18 | (input)
+ (input) | 19 | (input)
+ | |
+ Common C (3) | 20 | Common A (1)
+ Common D (4) | 21 | Common B (2)
+ | |
+ | 22 | n/c (5)
+ | 23 |
+ | 24 |
+ | |
+ GND | 25 | GND
+ +12VAC. | 26 | +12VAC.
+ +12VAC. | 27 | +12VAC.
+ +10VAC. | 28 | +10VAC.
+ +10VAC. | 29 | +10VAC.
+ GND | 30 | GND
+ | |
+
+ (0) 12V. AV *IN*: for lamps, audio, and mech counters.
+
+ (1) =
+ (2) =
+ (3) =
+ (4) =
+
+ Note: Each Common GND (A-B-C-D) are for their respective
+ Multiplexed groups of inputs, since there are 4 groups
+ with 5 valid inputs each one.
+
+ (5) = Not connected, but there is a wire patch from here to
+ the internal Power Supply diode, to enter 12Vcc. from
+ a external power supply instead of the normal 12VAC.
+ expected for the hardware.
+
+
+ ** 10-pin connector **
+
+ Only the last 4 have a male connector. The rest are just marked on the PCB.
+
+ 0000000000
+ ++++
+ ||||
+ |||'-- Out Mech Counter.
+ ||'--- Out Mech Counter.
+ |'---- n/c (is routed to a place where another transistor could be mounted).
+ '----- 12V.
*/
ROM_START( bsuerten )