diff options
author | 2025-01-14 14:24:13 +0700 | |
---|---|---|
committer | 2025-01-14 14:24:13 +0700 | |
commit | 2e17f70c2322b6e42b81a71f02a62b45c65fe8dc (patch) | |
tree | 7096b2a53d0acc6f91db2a482dd7b7caa56c6357 /src/devices/machine/z80scc.h | |
parent | ab6b6fc9e7971b367ec54d565cf10f04e71109ec (diff) |
8530scc: retire legacy device
Diffstat (limited to 'src/devices/machine/z80scc.h')
-rw-r--r-- | src/devices/machine/z80scc.h | 2 |
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) |