summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/a2ssc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/a2ssc.c')
-rw-r--r--src/mess/machine/a2ssc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/a2ssc.c b/src/mess/machine/a2ssc.c
index 5a0a648b494..5c5c13e39a1 100644
--- a/src/mess/machine/a2ssc.c
+++ b/src/mess/machine/a2ssc.c
@@ -26,7 +26,7 @@ const device_type A2BUS_SSC = &device_creator<a2bus_ssc_device>;
#define SSC_ROM_REGION "ssc_rom"
#define SSC_ACIA_TAG "ssc_acia"
-#define SSC_RS232_TAG "ssc_rs232"
+#define SSC_RS232_TAG "ssc_rs232"
static SLOT_INTERFACE_START( rs232_devices )
SLOT_INTERFACE("serial_terminal", SERIAL_TERMINAL)