summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/zexall/zexall.lua
blob: 739cd2a225a36d6252e059876c5e4d5cdb289ef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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