mame/scripts/target/zexall/zexall.lua

16 lines
259 B
Lua
Raw Normal View History

STANDALONE = true
CPUS["Z80"] = true
2020-09-30 17:37:01 +02:00
MACHINES["Z80DAISY"] = true
function standalone()
2016-08-30 06:57:38 +02:00
files{
MAME_DIR .. "src/zexall/main.cpp",
MAME_DIR .. "src/zexall/zexall.cpp",
MAME_DIR .. "src/zexall/zexall.h",
MAME_DIR .. "src/zexall/interface.h",
2016-08-30 06:57:38 +02:00
}
end