From 093d7cbf18de62093ffba6ce34263cf9160ff19b Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Sat, 23 Feb 2019 18:41:38 +0100 Subject: New device: Western Digital WD1010-05 --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 600e9ade88a..edf745c67d3 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2912,6 +2912,18 @@ if (MACHINES["WD_FDC"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/wd1010.h,MACHINES["WD1010"] = true +--------------------------------------------------- + +if (MACHINES["WD1010"]~=null) then + files { + MAME_DIR .. "src/devices/machine/wd1010.cpp", + MAME_DIR .. "src/devices/machine/wd1010.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/wd11c00_17.h,MACHINES["WD11C00_17"] = true -- cgit v1.2.3