diff options
| author | 2016-03-17 23:50:27 +0100 | |
|---|---|---|
| committer | 2016-03-17 23:57:04 +0100 | |
| commit | de0d79e5e9549b9648fd9bed5272aa498d2ffbbb (patch) | |
| tree | 4dc62f79b26f5576ef6ab358ebaf0ad50f378817 /scripts | |
| parent | 9737f41ad0ce8089800f8cccd152f0e8244842fb (diff) | |
svi318: add support for the rs232 interface (sv805)
Diffstat (limited to 'scripts')
| -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 e4451462806..f7d4f6525f1 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2619,6 +2619,8 @@ if (BUSES["SVI_SLOT"]~=null) then MAME_DIR .. "src/devices/bus/svi3x8/slot/sv801.h", MAME_DIR .. "src/devices/bus/svi3x8/slot/sv803.cpp", MAME_DIR .. "src/devices/bus/svi3x8/slot/sv803.h", + MAME_DIR .. "src/devices/bus/svi3x8/slot/sv805.cpp", + MAME_DIR .. "src/devices/bus/svi3x8/slot/sv805.h", MAME_DIR .. "src/devices/bus/svi3x8/slot/sv806.cpp", MAME_DIR .. "src/devices/bus/svi3x8/slot/sv806.h", MAME_DIR .. "src/devices/bus/svi3x8/slot/sv807.cpp", |
