diff --git a/src/mame/drivers/norautp.c b/src/mame/drivers/norautp.c index 30535142c57..8379b1356ef 100644 --- a/src/mame/drivers/norautp.c +++ b/src/mame/drivers/norautp.c @@ -506,6 +506,8 @@ - Added Fast Draw (poker conversion kit)?. Seems based on 8080 CPU hardware. - Added Draw Poker HI-LO (unknown, rev 1). Seems based on 8080 CPU hardware. - Added Draw Poker HI-LO (unknown, rev 2). Seems based on 8080 CPU hardware. + - Added a PCB layout for M.Kramer's Black Jack Poker, based on a hi-res pic. + - Added undumped devices as NO_DUMP. - Added some technical notes. @@ -2378,6 +2380,70 @@ ROM_END - 1x Xtal 18 MHz. - 3x 8 DIP switches banks. + + PCB Layout: Edge Connector 36x2 + ________________________________________________________________________________________________________ + | _________ _____ _____ _________ _________ _________ _________ | + | |SN74LS12 | | ??? | |NE555| |077B PROM| |SN74174N | |SN74LS???| |ULN2003AN| | + | NO IC |_________| |_____| |_____| |_________| |_________| |_________| |_________| | + | U64 U63 U62 U61 U51 U60 U59 U58 | + | | + | _________ | + | | Dallas | _________ _________ _________ _________ _________ _________ _________ | + | | DS1220Y | |SN74LS00N| |TC4040BP | |ITT7402N | |SN74157N | | RESNET | | RESNET | |ULN2003AN| | + | |_________| |_________| |_________| |_________| |_________| |_________| |_________| |_________| | + | U57 U56 U55 U54 U53 U52 U50 U49 | 36 + | |___ + | _________ _________ _________ _________ _________ _________ _________ _________ ___| + | |47F9 PAL?| |SN74LS32N| | ??? | | ??? | |SN74166N | |DIP SW x8| |DIP SW x8| |ULN2003AN| ___| + | |_________| |_________| |_________| |_________| |_________| |_________| |_________| |_________| ___| + | U48 U47 U46 U45 U44 U43 U42 U41 ___| + | _______________ ______________ ________________ ___| + | _______ | | | | _________ _________ | | ___| + | NO IC | ??? | | CDM 6116 | | CF7B U31 ROM | | ??? | | ??? | | AMD P8255A | ___| + | U26 |_______| |_______________| |______________| |_________| |_________| |________________| ___| + | U40 U39 U31 U38 U37 U36 ___| + | __________ ____________________ ________________ ___| + | | ROM | _______ _________ | | _________ _________ | | ___| + | | U19 | |74161PC| |SN74157N | | AMD P8255A | | 74LS??? | |DIP SW x8| | AMD P8255A | ___| + | |__________| |_______| |_________| |____________________| |_________| |_________| |________________| ___| + | U19 U35 U34 U33 U32 U30 U29 ___| + | __________ ___| + | | ROM | _________ ________ _________ _________ _________ ________ _________ ______ ___| + | | U18 | |SN74LS32N| |DM7414N | |SN74157N | |SN74157N | |SN74LS32N| |DM7411N | |SN74LS00N| |RESNET| ___| + | |__________| |_________| |________| |_________| |_________| |_________| |________| |_________| |______| ___| + | U18 U28 U27 U25 U24 U23 U22 U21 U20 ___| + | __________ ___| + | | ROM | _________ ________ _________ _________ _________ _________ _______ _______ ___| + | | U12 | |SN74LS155| | RESNET | | 74161PC | | 74161PC | | 74161PC | | 74161PC | |DM7414N| |SN7486N| ___| + | |__________| |_________| |________| |_________| |_________| |_________| |_________| |_______| |_______|| + | U12 U17 U16 U15 U14 U13 U11 U10 U9 | 01 + | | + | ___________________ | + | | | __________ ________ _______ _________ _________ _______ __________ | + | | SGS Z8400B1 (Z80) | |DM74LS245N| |SM7474N | |74S04N | |SN74LS161| |SN74LS32N| |DM7414N| |SN74LS123N| | + | |___________________| |__________| |________| |_______| |_________| |_________| |_______| |__________| | + | U8 U7 U6 U5 U4 U3 U2 U1 | + | _____ | + | KRAMER MFG PWB-000-40065 REV B. .| === |. Xtal 18.000 MHz. | + |________________________________________________________________________________________________________| + + + DIP Switches position: + + +----------+-----+-----+-----+-----+-----+-----+-----+-----+ + | Location | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | + +----------+-----+-----+-----+-----+-----+-----+-----+-----+ + | U43 | OFF | ON | OFF | ON | ON | OFF | OFF | OFF | + +----------+-----+-----+-----+-----+-----+-----+-----+-----+ + | U42 | OFF | OFF | OFF | OFF | OFF | OFF | OFF | OFF | + +----------+-----+-----+-----+-----+-----+-----+-----+-----+ + | U30 | OFF | OFF | OFF | ON | OFF | OFF | OFF | OFF | + +----------+-----+-----+-----+-----+-----+-----+-----+-----+ + + + Discrete audio circuitry: UNKNOWN. + */ ROM_START( bjpoker ) @@ -2390,7 +2456,11 @@ ROM_START( bjpoker ) ROM_LOAD( "cf7b.u31", 0x0000, 0x1000, CRC(fcfc4d25) SHA1(31455903244ec8ef9005748f265f561b7a082a9c) ) ROM_REGION( 0x0100, "proms", 0 ) - ROM_LOAD( "077b.u51", 0x0000, 0x0100, NO_DUMP ) + ROM_LOAD( "077b_bprom.u51", 0x0000, 0x0100, NO_DUMP ) + + ROM_REGION( 0x0200, "plds", 0 ) + ROM_LOAD( "47f9_pld.u48", 0x0000, 0x0200, NO_DUMP ) + ROM_END