mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
netlist: add cinemat games to sub target nl.
This commit is contained in:
parent
c29a37c393
commit
bf92a80177
@ -31,6 +31,7 @@ CPUS["M680X0"] = true
|
|||||||
--CPUS["TMS9900"] = true
|
--CPUS["TMS9900"] = true
|
||||||
--CPUS["COP400"] = true
|
--CPUS["COP400"] = true
|
||||||
CPUS["F8"] = true
|
CPUS["F8"] = true
|
||||||
|
CPUS["CCPU"] = true
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- Specify all the sound cores necessary for the
|
-- Specify all the sound cores necessary for the
|
||||||
@ -72,6 +73,7 @@ VIDEOS["PWM_DISPLAY"] = true
|
|||||||
MACHINES["INPUT_MERGER"] = true
|
MACHINES["INPUT_MERGER"] = true
|
||||||
MACHINES["NETLIST"] = true
|
MACHINES["NETLIST"] = true
|
||||||
MACHINES["Z80DMA"] = true
|
MACHINES["Z80DMA"] = true
|
||||||
|
MACHINES["Z80CTC"] = true
|
||||||
MACHINES["Z80DAISY"] = true
|
MACHINES["Z80DAISY"] = true
|
||||||
MACHINES["GEN_LATCH"] = true
|
MACHINES["GEN_LATCH"] = true
|
||||||
MACHINES["AY31015"] = true
|
MACHINES["AY31015"] = true
|
||||||
|
@ -22,6 +22,33 @@
|
|||||||
|
|
||||||
/* FIXME: games commented out complain about being a clone of a game not in the driver */
|
/* FIXME: games commented out complain about being a clone of a game not in the driver */
|
||||||
|
|
||||||
|
@source:cinemat.cpp
|
||||||
|
armora // (c) 1980
|
||||||
|
armorap // (c) 1980
|
||||||
|
armorar // (c) 1980 Cinematronics (Rock-ola license)
|
||||||
|
barrier // (c) 1979 Vectorbeam
|
||||||
|
boxingb // (c) 1981
|
||||||
|
demon // (c) 1982 Rock-ola
|
||||||
|
qb3 // (c) 1982 Rock-ola - prototype
|
||||||
|
ripoff // (c) 1980
|
||||||
|
solarq // (c) 1981
|
||||||
|
spaceftr // (c) 1981 Zaccaria
|
||||||
|
spaceshp // (c) 1978 Cinematronics (Sega licence)
|
||||||
|
spacewar // (c) 1977
|
||||||
|
speedfrk // (c) 1979 Vectorbeam
|
||||||
|
starcas // (c) 1980
|
||||||
|
starcas1 // (c) 1980
|
||||||
|
starcasc // (c) 1980
|
||||||
|
starcase // (c) 1980 Cinematronics (Mottoeis license)
|
||||||
|
starcasp // (c) 1980 prototype
|
||||||
|
starhawk // (c) 1979
|
||||||
|
stellcas // bootleg
|
||||||
|
sundance // (c) 1979
|
||||||
|
tailg // (c) 1979
|
||||||
|
warrior // (c) 1979 Vectorbeam
|
||||||
|
wotw // (c) 1981
|
||||||
|
wotwc // (c) 1981
|
||||||
|
|
||||||
@source:galaxian.cpp
|
@source:galaxian.cpp
|
||||||
600 // GX353 (c) 1981 Konami
|
600 // GX353 (c) 1981 Konami
|
||||||
amidar // GX337 (c) 1982 Konami
|
amidar // GX337 (c) 1982 Konami
|
||||||
|
Loading…
Reference in New Issue
Block a user