summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74181.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/74181.c
parent1966fb6bbcad999f37f8e25fdf089ec67f34c6d1 (diff)
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Diffstat (limited to 'src/emu/machine/74181.c')
-rw-r--r--src/emu/machine/74181.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/74181.c b/src/emu/machine/74181.c
index 98a6f469418..1e758677c64 100644
--- a/src/emu/machine/74181.c
+++ b/src/emu/machine/74181.c
@@ -25,7 +25,7 @@ const device_type TTL74181 = &device_creator<ttl74181_device>;
//-------------------------------------------------
ttl74181_device::ttl74181_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, TTL74181, "TTL 74181", tag, owner, clock, "ttl74181", __FILE__),
+ device_t(mconfig, TTL74181, "74181 TTL", tag, owner, clock, "ttl74181", __FILE__),
m_a(0),
m_b(0),
m_s(0),