mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix SUBTARGET=nl build. (nw)
This commit is contained in:
parent
9592a18b11
commit
60a12d953e
@ -59,8 +59,10 @@ VIDEOS["FIXFREQ"] = true
|
|||||||
-- specify available machine cores
|
-- specify available machine cores
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
|
MACHINES["INPUT_MERGER"] = true
|
||||||
MACHINES["NETLIST"] = true
|
MACHINES["NETLIST"] = true
|
||||||
MACHINES["Z80DMA"] = true
|
MACHINES["Z80DMA"] = true
|
||||||
|
MACHINES["Z80DAISY"] = true
|
||||||
MACHINES["GEN_LATCH"] = true
|
MACHINES["GEN_LATCH"] = true
|
||||||
MACHINES["AY31015"] = true
|
MACHINES["AY31015"] = true
|
||||||
MACHINES["KB3600"] = true
|
MACHINES["KB3600"] = true
|
||||||
@ -73,6 +75,7 @@ MACHINES["6522VIA"] = true
|
|||||||
MACHINES["6821PIA"] = true
|
MACHINES["6821PIA"] = true
|
||||||
MACHINES["I8255"] = true
|
MACHINES["I8255"] = true
|
||||||
MACHINES["WATCHDOG"] = true
|
MACHINES["WATCHDOG"] = true
|
||||||
|
MACHINES["EEPROMDEV"] = true
|
||||||
--MACHINES["TTL74148"] = true
|
--MACHINES["TTL74148"] = true
|
||||||
--MACHINES["TTL74153"] = true
|
--MACHINES["TTL74153"] = true
|
||||||
--MACHINES["TTL7474"] = true
|
--MACHINES["TTL7474"] = true
|
||||||
@ -131,6 +134,8 @@ files{
|
|||||||
MAME_DIR .. "src/mame/drivers/atarittl.cpp",
|
MAME_DIR .. "src/mame/drivers/atarittl.cpp",
|
||||||
MAME_DIR .. "src/mame/machine/nl_stuntcyc.cpp",
|
MAME_DIR .. "src/mame/machine/nl_stuntcyc.cpp",
|
||||||
MAME_DIR .. "src/mame/machine/nl_stuntcyc.h",
|
MAME_DIR .. "src/mame/machine/nl_stuntcyc.h",
|
||||||
|
MAME_DIR .. "src/mame/machine/nl_gtrak10.cpp",
|
||||||
|
MAME_DIR .. "src/mame/machine/nl_gtrak10.h",
|
||||||
|
|
||||||
MAME_DIR .. "src/mame/drivers/prodigy.cpp",
|
MAME_DIR .. "src/mame/drivers/prodigy.cpp",
|
||||||
MAME_DIR .. "src/mame/machine/nl_prodigy.cpp",
|
MAME_DIR .. "src/mame/machine/nl_prodigy.cpp",
|
||||||
@ -146,7 +151,7 @@ files{
|
|||||||
MAME_DIR .. "src/mame/includes/popeye.h",
|
MAME_DIR .. "src/mame/includes/popeye.h",
|
||||||
MAME_DIR .. "src/mame/video/popeye.cpp",
|
MAME_DIR .. "src/mame/video/popeye.cpp",
|
||||||
|
|
||||||
MAME_DIR .. "src/mame/drivers/mario.cpp",
|
MAME_DIR .. "src/mame/drivers/mario.cpp",
|
||||||
MAME_DIR .. "src/mame/includes/mario.h",
|
MAME_DIR .. "src/mame/includes/mario.h",
|
||||||
MAME_DIR .. "src/mame/audio/nl_mario.cpp",
|
MAME_DIR .. "src/mame/audio/nl_mario.cpp",
|
||||||
MAME_DIR .. "src/mame/audio/nl_mario.h",
|
MAME_DIR .. "src/mame/audio/nl_mario.h",
|
||||||
|
@ -49,9 +49,9 @@ youjyudn // (c) 1986 (Japan)
|
|||||||
|
|
||||||
// mario.cpp
|
// mario.cpp
|
||||||
mario // (c) 1983 Nintendo of America
|
mario // (c) 1983 Nintendo of America
|
||||||
|
mariof // (c) 1983 Nintendo of America
|
||||||
marioe // (c) 1983 Nintendo of America
|
marioe // (c) 1983 Nintendo of America
|
||||||
marioj // (c) 1983 Nintendo
|
marioj // (c) 1983 Nintendo
|
||||||
marioo // (c) 1983 Nintendo of America
|
|
||||||
masao // bootleg
|
masao // bootleg
|
||||||
|
|
||||||
// popeye.cpp
|
// popeye.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user