summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/msm6242.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-04-10 19:23:10 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-04-10 19:23:10 +0000
commit2f797b35b365a2e39f06360a080b522272a0cf0e (patch)
tree3584a2baeb0b3e52d35448c2ab174940200ae77f /src/emu/machine/msm6242.c
parent1966fb6bbcad999f37f8e25fdf089ec67f34c6d1 (diff)
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Diffstat (limited to 'src/emu/machine/msm6242.c')
-rw-r--r--src/emu/machine/msm6242.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/msm6242.c b/src/emu/machine/msm6242.c
index 46544edc913..313f2d0cd6d 100644
--- a/src/emu/machine/msm6242.c
+++ b/src/emu/machine/msm6242.c
@@ -64,7 +64,7 @@ const device_type MSM6242 = &device_creator<msm6242_device>;
//-------------------------------------------------
msm6242_device::msm6242_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, MSM6242, "msm6242", tag, owner, clock, "msm6242", __FILE__),
+ : device_t(mconfig, MSM6242, "MSM6242 RTC", tag, owner, clock, "msm6242", __FILE__),
device_rtc_interface(mconfig, *this),
m_out_int_handler(*this)
{