summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80scc.h
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2025-01-14 14:24:13 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2025-01-14 14:24:13 +0700
commit2e17f70c2322b6e42b81a71f02a62b45c65fe8dc (patch)
tree7096b2a53d0acc6f91db2a482dd7b7caa56c6357 /src/devices/machine/z80scc.h
parentab6b6fc9e7971b367ec54d565cf10f04e71109ec (diff)
8530scc: retire legacy device
Diffstat (limited to 'src/devices/machine/z80scc.h')
-rw-r--r--src/devices/machine/z80scc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80scc.h b/src/devices/machine/z80scc.h
index b193037b720..40b7984718a 100644
--- a/src/devices/machine/z80scc.h
+++ b/src/devices/machine/z80scc.h
@@ -512,7 +512,7 @@ DECLARE_DEVICE_TYPE(Z80SCC_CHANNEL, z80scc_channel)
DECLARE_DEVICE_TYPE(SCC8030, scc8030_device)
DECLARE_DEVICE_TYPE(SCC80C30, scc80c30_device)
DECLARE_DEVICE_TYPE(SCC80230, scc80230_device)
-DECLARE_DEVICE_TYPE(SCC8530N, scc8530_device) // remove trailing N when 8530scc.c is fully replaced and removed
+DECLARE_DEVICE_TYPE(SCC8530, scc8530_device)
DECLARE_DEVICE_TYPE(SCC85C30, scc85c30_device)
DECLARE_DEVICE_TYPE(SCC85230, scc85230_device)
DECLARE_DEVICE_TYPE(SCC85233, scc85233_device)