diff options
| author | 2020-08-07 20:25:23 +0200 | |
|---|---|---|
| committer | 2020-08-07 20:25:23 +0200 | |
| commit | 404aa6173781324b81280f4e22b6cf37d3c9ea6b (patch) | |
| tree | 934a508af7eaa84674c4c69779dfa8f15f832134 /scripts | |
| parent | f9f817adba8a9539c0347e021d0ed7bebac18597 (diff) | |
Fix tiny build (#7040)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/tiny.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua index c3f8c48b505..5c4a87c4a17 100644 --- a/scripts/target/mame/tiny.lua +++ b/scripts/target/mame/tiny.lua @@ -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", |
