summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6530.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos6530.cpp')
-rw-r--r--src/devices/machine/mos6530.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/machine/mos6530.cpp b/src/devices/machine/mos6530.cpp
index 2b50efd9b47..c149240f5ef 100644
--- a/src/devices/machine/mos6530.cpp
+++ b/src/devices/machine/mos6530.cpp
@@ -2,7 +2,8 @@
// copyright-holders:Curt Coder
/***************************************************************************
- MIOT 6530 emulation
+ MOS 6530 MIOT emulation
+ Memory, I/O, Timer Array (Rockwell calls it RRIOT: ROM, RAM, I/O, Timer)
The timer seems to follow these rules:
- When the timer flag changes from 0 to 1 the timer continues to count
@@ -38,7 +39,7 @@ enum
DEVICE INTERFACE
***************************************************************************/
-DEFINE_DEVICE_TYPE(MOS6530, mos6530_device, "mos6530", "MOS 6530 RRIOT")
+DEFINE_DEVICE_TYPE(MOS6530, mos6530_device, "mos6530", "MOS 6530 MIOT")
mos6530_device::mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, MOS6530, tag, owner, clock),