mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
12 lines
190 B
Lua
12 lines
190 B
Lua
STANDALONE = true
|
|
|
|
CPUS["Z80"] = true
|
|
|
|
function standalone()
|
|
files{
|
|
MAME_DIR .. "src/zexall/main.cpp",
|
|
MAME_DIR .. "src/zexall/zexall.cpp",
|
|
MAME_DIR .. "src/zexall/zexall.h",
|
|
}
|
|
end
|
|
|