missbamby: Correct PCB diagram and manufacturer name (nw)

This commit is contained in:
AJR 2019-01-24 00:56:29 -05:00
parent ea41915b21
commit 1df40d380c

View File

@ -2,25 +2,25 @@
// copyright-holders: // copyright-holders:
/* /*
Miss Bamby - Automatics Pascual (ClawGrip 2019-01-21) Miss Bamby - Automatics Pasqual (ClawGrip 2019-01-21)
_____________________________________________________________ _____________________________________________________________
| _______ | | _______ |
| |__??__| ____________ | | |__??__| ____________ |
| __________________ | EMPTY | | | __________________ | EMPTY | |
| | M5L8085AP | |___________| | | | M5L8085AP | |_SOCKET____| |
| |_________________| ____________ | | |_________________| ____________ |
| ______________ | ROM1 | | | ______________ | ROM1 | |
| XTAL |M5L82?? | |___________| | | XTAL |M5L8212P | |___________| |
| __ 6.144 |____________| ____________ | | __ 6.144 |____________| ____________ |
| |R| | ROM0 | | | |R| | ROM0 | |
__| |___________| | __| |___________| |
|__| ________ ________ ___________________ _____________ | |__| ________ ________ ___________________ ____________ |
|__| |ULN2003A |ULN2003A | M5L8155P | | ??? | | |__| |ULN2003A |ULN2003A | M5L8155P | |_D5101LC__| |
|__| |__________________| _____________ | |__| |__________________| ____________ |
|__| ________ _________ | ??? | | |__| ________ _________ |_D5101LC__| |
|__| _______ |74LS393| |74LS7481 | |__| _______ |74LS393| |74LS74B1 |
|__| |7407N | ________ | |__| |7407N | ________ |
|__| ________ ________ |GD40018| | |__| ________ ________ |GD4001B| |
|__| |74LS14_| |74LS153| _________ | |__| |74LS14_| |74LS153| _________ |
|__| ____ | BATT | | |__| ____ | BATT | |
|__| _______ ___________________ |D | | 3.6V | | |__| _______ ___________________ |D | | 3.6V | |
@ -36,6 +36,7 @@ Miss Bamby - Automatics Pascual (ClawGrip 2019-01-21)
#include "speaker.h" #include "speaker.h"
#include "cpu/i8085/i8085.h" #include "cpu/i8085/i8085.h"
#include "machine/i8155.h" #include "machine/i8155.h"
//#include "machine/nvram.h"
#include "machine/pit8253.h" #include "machine/pit8253.h"
#include "sound/ay8910.h" #include "sound/ay8910.h"
@ -130,4 +131,4 @@ ROM_START( msbamby )
ROM_END ROM_END
GAME( 198?, msbamby, 0, missbamby, missbamby, missbamby_state, empty_init, ROT0, "Pascual Automatics", "Miss Bamby", MACHINE_IS_SKELETON_MECHANICAL ) GAME( 198?, msbamby, 0, missbamby, missbamby, missbamby_state, empty_init, ROT0, "Automatics Pasqual", "Miss Bamby", MACHINE_IS_SKELETON_MECHANICAL )