mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
Fix tiny build (#7040)
This commit is contained in:
parent
f9f817adba
commit
404aa61737
@ -73,6 +73,7 @@ MACHINES["OUTPUT_LATCH"] = true
|
||||
MACHINES["TICKET"] = true
|
||||
MACHINES["WATCHDOG"] = true
|
||||
MACHINES["Z80DAISY"] = true
|
||||
MACHINES["NETLIST"] = true
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
@ -107,6 +108,8 @@ function createProjects_mame_tiny(_target, _subtarget)
|
||||
}
|
||||
|
||||
files{
|
||||
MAME_DIR .. "src/mame/audio/nl_carpolo.h",
|
||||
MAME_DIR .. "src/mame/audio/nl_carpolo.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/carpolo.cpp",
|
||||
MAME_DIR .. "src/mame/includes/carpolo.h",
|
||||
MAME_DIR .. "src/mame/machine/carpolo.cpp",
|
||||
@ -122,6 +125,8 @@ files{
|
||||
MAME_DIR .. "src/mame/video/exidy.cpp",
|
||||
MAME_DIR .. "src/mame/audio/exidy440.cpp",
|
||||
MAME_DIR .. "src/mame/audio/exidy440.h",
|
||||
MAME_DIR .. "src/mame/audio/nl_fireone.h",
|
||||
MAME_DIR .. "src/mame/audio/nl_fireone.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/starfire.cpp",
|
||||
MAME_DIR .. "src/mame/includes/starfire.h",
|
||||
MAME_DIR .. "src/mame/video/starfire.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user