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/bus.lua | |
| parent | 5676b415e5718700f1b22a9259435f8f82309dad (diff) | |
ie15: convert to a device with frontends (standalone driver and rs232 slot device) (take 2)
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index b05cc795e85..df699c95229 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1764,6 +1764,8 @@ if (BUSES["RS232"]~=null) then MAME_DIR .. "src/devices/bus/rs232/terminal.h", MAME_DIR .. "src/devices/bus/rs232/xvd701.cpp", MAME_DIR .. "src/devices/bus/rs232/xvd701.h", + MAME_DIR .. "src/devices/bus/rs232/ie15.cpp", + MAME_DIR .. "src/devices/bus/rs232/ie15.h", } end |
