diff options
author | 2017-02-26 03:08:23 +0300 | |
---|---|---|
committer | 2017-03-13 05:37:46 +0300 | |
commit | dc6b566136bc398dbb38f7ccad8d5a0491ca0587 (patch) | |
tree | 826787b8b13d46888adc46bb261a4add9b903182 /scripts/src/machine.lua | |
parent | 5676b415e5718700f1b22a9259435f8f82309dad (diff) |
ie15: convert to a device with frontends (standalone driver and rs232 slot device) (take 2)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -1139,6 +1139,20 @@ 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 --------------------------------------------------- |