mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Merge pull request #6043 from clawgrip/patch-3
missbamby.cpp: Add "Golden Winner" PCB layout (nw)
This commit is contained in:
commit
fdfdcf253e
1 changed files with 31 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
// copyright-holders:
|
||||
|
||||
/*
|
||||
Miss Bamby - Automatics Pasqual (ClawGrip 2019-01-21)
|
||||
Miss Bamby - Automatics Pasqual
|
||||
_____________________________________________________________
|
||||
| _______ |
|
||||
| |__??__| ____________ |
|
||||
| |_PROM_| ____________ |
|
||||
| __________________ | EMPTY | |
|
||||
| | M5L8085AP | |_SOCKET____| |
|
||||
| |_________________| ____________ |
|
||||
|
@ -28,6 +28,33 @@ Miss Bamby - Automatics Pasqual (ClawGrip 2019-01-21)
|
|||
|__| |__________________| |P | ______ |
|
||||
|__| |S__| LM311N |
|
||||
|____________________________________________________________|
|
||||
|
||||
Golden Winner - Reben
|
||||
_____________________________________________________________
|
||||
| _______ |
|
||||
| DM74S188N ____________ |
|
||||
| __________________ | EMPTY | |
|
||||
| | NEC D8085AC | |_SOCKET____| |
|
||||
| |_________________| ____________ |
|
||||
| ______________ | ROM-B | |
|
||||
| XTAL |INS/DP8212N | |___________| |
|
||||
| __ 6.000 |____________| ____________ |
|
||||
| |R| | ROM-A | |
|
||||
__| |___________| |
|
||||
|__| ________ ________ ___________________ ____________ |
|
||||
|__| |_L203B_| |_L203B_| | NEC D8155HC | |MCM51L01P45| |
|
||||
|__| |__________________| ____________ |
|
||||
|__| ________ _________ |SCL 5101E-1| |
|
||||
|__| _______ |74LS393N |DM7474N| |
|
||||
|__| |7407N | ________ |
|
||||
|__| ________ ________ |GD4001B| |
|
||||
|__| SN74LS14N DM74LS153N |
|
||||
|__| ____ |
|
||||
|__| _______ ___________________ |D | |
|
||||
|__| |LM380N| | AY-3-8910 | |I | |
|
||||
|__| |__________________| |P | ______ |
|
||||
|__| |S__| CA311E |
|
||||
|____________________________________________________________|
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -150,5 +177,5 @@ ROM_START( gwinner )
|
|||
ROM_END
|
||||
|
||||
|
||||
GAME( 198?, msbamby, 0, missbamby, missbamby, missbamby_state, empty_init, ROT0, "Automatics Pasqual", "Miss Bamby", MACHINE_IS_SKELETON_MECHANICAL )
|
||||
GAME( 1983, gwinner, 0, gldwinner, missbamby, missbamby_state, empty_init, ROT0, "Reben SA", "Golden Winner", MACHINE_IS_SKELETON_MECHANICAL )
|
||||
GAME( 198?, msbamby, 0, missbamby, missbamby, missbamby_state, empty_init, ROT0, "Automatics Pasqual", "Miss Bamby", MACHINE_IS_SKELETON_MECHANICAL )
|
||||
GAME( 1983, gwinner, 0, gldwinner, missbamby, missbamby_state, empty_init, ROT0, "Reben SA", "Golden Winner", MACHINE_IS_SKELETON_MECHANICAL )
|
||||
|
|
Loading…
Reference in a new issue