From e044d565002ad74e1afddc88ba19203aebf23fcc Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 29 Apr 2016 10:16:04 +0200 Subject: Fixed build atom driver (nw) --- scripts/src/machine.lua | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 8ff0707a0f2..6e97e4a1423 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2286,8 +2286,6 @@ if (MACHINES["UPD765"]~=null) then files { MAME_DIR .. "src/devices/machine/upd765.cpp", MAME_DIR .. "src/devices/machine/upd765.h", - MAME_DIR .. "src/devices/machine/fdc_pll.cpp", - MAME_DIR .. "src/devices/machine/fdc_pll.h", } end @@ -2312,8 +2310,6 @@ if (MACHINES["WD_FDC"]~=null) then files { MAME_DIR .. "src/devices/machine/wd_fdc.cpp", MAME_DIR .. "src/devices/machine/wd_fdc.h", - MAME_DIR .. "src/devices/machine/fdc_pll.cpp", - MAME_DIR .. "src/devices/machine/fdc_pll.h", } end @@ -2810,3 +2806,16 @@ if (MACHINES["GEN_LATCH"]~=null) then MAME_DIR .. "src/devices/machine/gen_latch.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/fdc_pll.h,MACHINES["FDC_PLL"] = true +--------------------------------------------------- + +if (MACHINES["FDC_PLL"]~=null) then + files { + MAME_DIR .. "src/devices/machine/fdc_pll.cpp", + MAME_DIR .. "src/devices/machine/fdc_pll.h", + } +end + -- cgit v1.2.3-70-g09d2