From 44d80b6fb038216e410ab633ec80d7e8b2dd7bd2 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 15 May 2018 14:53:07 +0700 Subject: proposal: move z80daisy* to devices/machine (#3572) * proposal: move z80daisy* to devices/machine Seems to me this is a machine, not a CPU? Main reason was to stop the Z80 CPU from being dragged into systems that don't have one just because they use a Z80 family peripheral. * missed this one (nw) * missed a spot (nw) --- scripts/src/machine.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 62ff60637c0..95c2f99c582 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3516,3 +3516,17 @@ if (MACHINES["OUTPUT_LATCH"]~=null) then MAME_DIR .. "src/devices/machine/output_latch.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/z80daisy.h,MACHINES["Z80DAISY"] = true +--------------------------------------------------- + +if (MACHINES["Z80DAISY"]~=null) then + files { + MAME_DIR .. "src/devices/machine/z80daisy.cpp", + MAME_DIR .. "src/devices/machine/z80daisy.h", + MAME_DIR .. "src/devices/machine/z80daisy_generic.cpp", + MAME_DIR .. "src/devices/machine/z80daisy_generic.h", + } +end -- cgit v1.2.3