Fix SUBTARGET=nl build. (nw)

This commit is contained in:
couriersud 2019-01-02 16:23:13 +01:00
parent 9592a18b11
commit 60a12d953e
2 changed files with 7 additions and 2 deletions

View File

@ -59,8 +59,10 @@ VIDEOS["FIXFREQ"] = true
-- specify available machine cores
--------------------------------------------------
MACHINES["INPUT_MERGER"] = true
MACHINES["NETLIST"] = true
MACHINES["Z80DMA"] = true
MACHINES["Z80DAISY"] = true
MACHINES["GEN_LATCH"] = true
MACHINES["AY31015"] = true
MACHINES["KB3600"] = true
@ -73,6 +75,7 @@ MACHINES["6522VIA"] = true
MACHINES["6821PIA"] = true
MACHINES["I8255"] = true
MACHINES["WATCHDOG"] = true
MACHINES["EEPROMDEV"] = true
--MACHINES["TTL74148"] = true
--MACHINES["TTL74153"] = true
--MACHINES["TTL7474"] = true
@ -131,6 +134,8 @@ files{
MAME_DIR .. "src/mame/drivers/atarittl.cpp",
MAME_DIR .. "src/mame/machine/nl_stuntcyc.cpp",
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/machine/nl_prodigy.cpp",
@ -146,7 +151,7 @@ files{
MAME_DIR .. "src/mame/includes/popeye.h",
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/audio/nl_mario.cpp",
MAME_DIR .. "src/mame/audio/nl_mario.h",

View File

@ -49,9 +49,9 @@ youjyudn // (c) 1986 (Japan)
// mario.cpp
mario // (c) 1983 Nintendo of America
mariof // (c) 1983 Nintendo of America
marioe // (c) 1983 Nintendo of America
marioj // (c) 1983 Nintendo
marioo // (c) 1983 Nintendo of America
masao // bootleg
// popeye.cpp