diff options
author | 2019-01-23 23:15:29 -0500 | |
---|---|---|
committer | 2019-01-23 23:15:29 -0500 | |
commit | ea41915b215996d39c9b78620b2b7957a7e95cdd (patch) | |
tree | 2a64d99eee4d4fb86ffb67fa6d758dcacab63f6a /src/devices/bus/cbmiec/c1581.cpp | |
parent | 0a1f7e4d11c045975e80b5179170c14b2ca7accd (diff) |
bus/cbmiec: Improve device names (nw)
Diffstat (limited to 'src/devices/bus/cbmiec/c1581.cpp')
-rw-r--r-- | src/devices/bus/cbmiec/c1581.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cbmiec/c1581.cpp b/src/devices/bus/cbmiec/c1581.cpp index 188a134c08b..f589cb2f427 100644 --- a/src/devices/bus/cbmiec/c1581.cpp +++ b/src/devices/bus/cbmiec/c1581.cpp @@ -33,8 +33,8 @@ // DEVICE DEFINITIONS //************************************************************************** -DEFINE_DEVICE_TYPE(C1563, c1563_device, "c1563", "C1563 Disk Drive") -DEFINE_DEVICE_TYPE(C1581, c1581_device, "c1581", "C1581 Disk Drive") +DEFINE_DEVICE_TYPE(C1563, c1563_device, "c1563", "Commodore 1563 3.5 Disk Drive") +DEFINE_DEVICE_TYPE(C1581, c1581_device, "c1581", "Commodore 1581 3.5 Disk Drive") //------------------------------------------------- |