mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
16 lines
259 B
Lua
16 lines
259 B
Lua
STANDALONE = true
|
|
|
|
CPUS["Z80"] = true
|
|
|
|
MACHINES["Z80DAISY"] = true
|
|
|
|
function standalone()
|
|
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",
|
|
}
|
|
end
|
|
|