From 764f7c10c2dd79fe38a523e2d117578654097f21 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Thu, 19 Dec 2024 13:24:12 +0200 Subject: New software list items marked not working ------------------------------------------ abc832_flop: Teletex 800 [robcfg] luxor/abc80x: Rename tags to match BASIC device names. [Curt Coder] --- hash/abc832_flop.xml | 56 ++++++++++++++++++++++++++++++++++++ src/devices/bus/rs232/teletex800.cpp | 2 +- src/mame/luxor/abc80x.h | 6 ++-- 3 files changed, 60 insertions(+), 4 deletions(-) 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" -- cgit v1.2.3