diff --git a/hash/abc832_flop.xml b/hash/abc832_flop.xml index cc39b1704a1..44f8181bb39 100644 --- a/hash/abc832_flop.xml +++ b/hash/abc832_flop.xml @@ -406,4 +406,60 @@ license:CC0-1.0 + + Teletex 800 + 1986 + Luxor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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); diff --git a/src/mame/luxor/abc80x.h b/src/mame/luxor/abc80x.h index 6c1de58bf92..cb6ddbe8aa3 100644 --- a/src/mame/luxor/abc80x.h +++ b/src/mame/luxor/abc80x.h @@ -63,9 +63,9 @@ #define Z80SIO_TAG "z80sio" #define Z80DART_TAG "z80dart" #define DISCRETE_TAG "discrete" -#define CASSETTE_TAG "cassette" -#define RS232_A_TAG "rs232a" -#define RS232_B_TAG "rs232b" +#define CASSETTE_TAG "cas" +#define RS232_A_TAG "pr" +#define RS232_B_TAG "v24" #define ABC_KEYBOARD_PORT_TAG "kb" #define TIMER_CTC_TAG "timer_ctc" #define TIMER_CASSETTE_TAG "timer_cass"