summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2024-12-19 13:24:12 +0200
committer Curt Coder <curtcoder@mail.com>2024-12-19 13:24:19 +0200
commit764f7c10c2dd79fe38a523e2d117578654097f21 (patch)
tree0372962a61322b85fcd95e2e882b370e97c76a63 /src/devices/bus
parent7a755b7d73f9f97207db753b101f8d434c5b2c78 (diff)
New software list items marked not working
------------------------------------------ abc832_flop: Teletex 800 [robcfg] luxor/abc80x: Rename tags to match BASIC device names. [Curt Coder]
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/rs232/teletex800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/teletex800.cpp b/src/devices/bus/rs232/teletex800.cpp
index ff42dce6ad3..e4af30a9dd7 100644
--- a/src/devices/bus/rs232/teletex800.cpp
+++ b/src/devices/bus/rs232/teletex800.cpp
@@ -65,7 +65,7 @@ protected:
ACIA6850(config, m_acia);
PIA6821(config, m_pia);
- RS232_PORT(config, "printer", printer_devices, "printer");
+ RS232_PORT(config, "pr", printer_devices, "printer");
// control panel
PIA6821(config, m_pia_cp);