mirror of
https://github.com/holub/mame
synced 2025-06-09 06:13:04 +03:00
New Lucky 8 Lines / New Super 8 Lines (W-4, Witch Bonus).
Added documentation / specs... Cleaned up some docs...
This commit is contained in:
parent
85941919f4
commit
c018c8ff00
@ -10354,24 +10354,23 @@ DIP1: DIP2: DIP3: DI
|
||||
|
||||
1x XTAL = 12 Mhz
|
||||
|
||||
|
||||
A = SN74LS244N / XXAC9307
|
||||
B = GD74LS161A / A9417
|
||||
C = MB74LS10 / 8507 M12
|
||||
D = 74LSMPC / SLB1254
|
||||
E = GD74LS74A / 9430
|
||||
A = SN74LS244N
|
||||
B = GD74LS161A
|
||||
C = MB74LS10
|
||||
D = 74LS10
|
||||
E = GD74LS74A
|
||||
F = HD74LS273P
|
||||
G = HD74LS368AP
|
||||
H = 74LS32
|
||||
I = 74LS245 / W994K9318 / Malaysia
|
||||
J = GS 9429 / GD74LS166 ?????
|
||||
K = SN74LS283N / KKFQ9149
|
||||
L = GS 9427 / GD74LS138
|
||||
M = GS 9424 / GD74LS04
|
||||
N = Malaysia 9022AS / SN74LS139AN
|
||||
O = GS 9425 / GD74LS157 ????
|
||||
I = 74LS245
|
||||
J = GD74LS166
|
||||
K = SN74LS283N
|
||||
L = GD74LS138
|
||||
M = GD74LS04
|
||||
N = SN74LS139AN
|
||||
O = GD74LS157
|
||||
P = HD74LS04P
|
||||
Q = 5560 / JRC / 3151A
|
||||
Q = 5560 / JRC / 3151A (555?)
|
||||
R = HD74HC00P
|
||||
S = DM74S288
|
||||
T = DM74S287
|
||||
@ -10379,8 +10378,8 @@ U = LS02
|
||||
V = LS174
|
||||
W = LS08
|
||||
X = LS367
|
||||
Y = LS60 ??
|
||||
Z = sn76489an
|
||||
Y = LS00
|
||||
Z = SN76489AN
|
||||
|
||||
*/
|
||||
ROM_START( ns8lines )
|
||||
@ -10414,7 +10413,7 @@ ROM_END
|
||||
|
||||
|
||||
/*
|
||||
New Lucky 8 Lines / New Super 8 Lines (Witch Bonus)
|
||||
New Lucky 8 Lines / New Super 8 Lines (F-5, Witch Bonus)
|
||||
|
||||
This set has the 'Witch Bonus' present in Witch Card games.
|
||||
|
||||
@ -10474,6 +10473,34 @@ ROM_START( ns8linew )
|
||||
ROM_END
|
||||
|
||||
|
||||
/*
|
||||
New Lucky 8 Lines / New Super 8 Lines (W-4, Witch Bonus)
|
||||
|
||||
CPUs
|
||||
1x Z80 (11b) - 8-bit Microprocessor - main (missing).
|
||||
3x iD8255A-5 (7b, 8b, 9b) - Programmable Peripheral Interface.
|
||||
1x SN76489AN (2c) - Digital Complex Sound Generator - sound.
|
||||
1x WF19054 (5b) - Programmable Sound Generator - sound.
|
||||
1x uPC1181 (0a) - Audio Amplifier - sound.
|
||||
|
||||
ROMs
|
||||
4x AM27C64 (1-4) dumped.
|
||||
4x M27C256B (5-8) dumped.
|
||||
3x AM27S21APC (1, 2, 3) dumped.
|
||||
3x N82S123AN (4, 5) dumped.
|
||||
|
||||
RAMs
|
||||
7x HM3-6116-5 (11h, 12h, 1g, 2g, 3g, 4g, 14c)
|
||||
|
||||
Others
|
||||
1x 12.000MHz oscillator (6j).
|
||||
1x 36x2 edge connector.
|
||||
1x 10x2 edge connector.
|
||||
1x pushbutton.
|
||||
2x trimmer (VOL, VAL).
|
||||
3x 8 DIP switches banks.
|
||||
|
||||
*/
|
||||
ROM_START( ns8linewa )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
ROM_LOAD( "8.13b", 0x0000, 0x8000, CRC(c5692077) SHA1(423e0fe49ac450f22e693d9ac5ac1c3c662b17d3) )
|
||||
|
Loading…
Reference in New Issue
Block a user