diff options
| author | 2026-05-15 18:01:35 +0200 | |
|---|---|---|
| committer | 2026-05-15 18:01:35 +0200 | |
| commit | 182ecdd6c9f05a4e32f1c32ddc368f104c36ec91 (patch) | |
| tree | 6893117fca62fc1cb29137b7fb3d92ea2ad71523 /scripts | |
| parent | 6db34f14119b1b46c87e17af74b07544b6948e7a (diff) | |
ti99: Add sidecar Thermal Printer PHP1900
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 0f6b7959ffd..15778bd1763 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5881,6 +5881,8 @@ if BUSES["TI99"] then MAME_DIR .. "src/devices/bus/ti99/sidecar/arcturus.h", MAME_DIR .. "src/devices/bus/ti99/sidecar/speechsyn.cpp", MAME_DIR .. "src/devices/bus/ti99/sidecar/speechsyn.h", + MAME_DIR .. "src/devices/bus/ti99/sidecar/thermal.cpp", + MAME_DIR .. "src/devices/bus/ti99/sidecar/thermal.h", } end |
