diff options
| author | 2025-09-26 04:20:43 -0500 | |
|---|---|---|
| committer | 2025-09-26 11:20:43 +0200 | |
| commit | 60cc9af673ef207d42b44c98b5da7f0575b6cecd (patch) | |
| tree | ea49d575c8858074510561cff3cf53f4c050b7e6 /scripts/src/bus.lua | |
| parent | 11e7a48cf3a89be8c6a296f5556cf44b7346c9a9 (diff) | |
rs232.cpp: Add option for Heath H19 terminal (#14196)
* rs232.cpp: Add option for Heath H19 terminal
* Change to the option function to a static method
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 2f3855e57c1..6b00222572c 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3465,6 +3465,8 @@ if (BUSES["RS232"]~=null) then files { MAME_DIR .. "src/devices/bus/rs232/exorterm.cpp", MAME_DIR .. "src/devices/bus/rs232/exorterm.h", + MAME_DIR .. "src/devices/bus/rs232/heath_h19.cpp", + MAME_DIR .. "src/devices/bus/rs232/heath_h19.h", MAME_DIR .. "src/devices/bus/rs232/hlemouse.cpp", MAME_DIR .. "src/devices/bus/rs232/hlemouse.h", MAME_DIR .. "src/devices/bus/rs232/ie15.cpp", |
