summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rp5h01.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-04-12 14:23:06 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-04-12 14:23:06 +0000
commitac53b6b90b72e6fa9701b67b6497aede78bb429a (patch)
tree31d8de1af0dd5ea4fbbfe30905c19ca63ffa08cf /src/emu/machine/rp5h01.c
parentc7498068c2fb96de3f8962e56f10684dcefdb02e (diff)
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Diffstat (limited to 'src/emu/machine/rp5h01.c')
-rw-r--r--src/emu/machine/rp5h01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/rp5h01.c b/src/emu/machine/rp5h01.c
index 64b56ef6644..5131de0cb42 100644
--- a/src/emu/machine/rp5h01.c
+++ b/src/emu/machine/rp5h01.c
@@ -19,7 +19,7 @@
const device_type RP5H01 = &device_creator<rp5h01_device>;
rp5h01_device::rp5h01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, RP5H01, "RP5H01", tag, owner, clock, "rp5h01", __FILE__)
+ : device_t(mconfig, RP5H01, "RP5H01 6/7-bit Counter", tag, owner, clock, "rp5h01", __FILE__)
{
}