summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2016-06-29 22:52:28 -0400
committer Scott Stone <tafoid@gmail.com>2016-06-29 22:52:28 -0400
commit47b046a4b278f22248c0ba6fe87613409c3f6aca (patch)
treec8601ae2b0c88e503af0640f20300cc60c31e0db
parentf5e94b0537fb2686d23bf953584e10f42f289b22 (diff)
Improve commodore printer device descriptions (nw)
-rw-r--r--src/devices/bus/cbmiec/c1526.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cbmiec/c1526.cpp b/src/devices/bus/cbmiec/c1526.cpp
index da2cf7197c0..61353ffeb62 100644
--- a/src/devices/bus/cbmiec/c1526.cpp
+++ b/src/devices/bus/cbmiec/c1526.cpp
@@ -181,7 +181,7 @@ c1526_base_t:: c1526_base_t(const machine_config &mconfig, device_type type, con
//-------------------------------------------------
c1526_t::c1526_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- c1526_base_t(mconfig, C1526, "1526", tag, owner, clock, "c1526", __FILE__),
+ c1526_base_t(mconfig, C1526, "MPS802/C1526 Printer", tag, owner, clock, "c1526", __FILE__),
device_cbm_iec_interface(mconfig, *this)
{
}
@@ -192,7 +192,7 @@ c1526_t::c1526_t(const machine_config &mconfig, const char *tag, device_t *owner
//-------------------------------------------------
c4023_t::c4023_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- c1526_base_t(mconfig, C4023, "4023", tag, owner, clock, "c4023", __FILE__),
+ c1526_base_t(mconfig, C4023, "C4023 Printer", tag, owner, clock, "c4023", __FILE__),
device_ieee488_interface(mconfig, *this)
{
}