From dc6b566136bc398dbb38f7ccad8d5a0491ca0587 Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Sun, 26 Feb 2017 03:08:23 +0300 Subject: ie15: convert to a device with frontends (standalone driver and rs232 slot device) (take 2) --- 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 5816349fa71..8cc710e5ade 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1137,6 +1137,20 @@ if (MACHINES["IDE"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ie15.h,MACHINES["IE15"] = true +--------------------------------------------------- + +if (MACHINES["IE15"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ie15.cpp", + MAME_DIR .. "src/devices/machine/ie15.h", + MAME_DIR .. "src/devices/machine/ie15_kbd.cpp", + MAME_DIR .. "src/devices/machine/ie15_kbd.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/im6402.h,MACHINES["IM6402"] = true -- cgit v1.2.3-70-g09d2