summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74181.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-03-31 21:50:06 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-03-31 21:50:06 +0000
commit4604ac8b0b384e3201023ac153b63fe1abbad59d (patch)
treea62c70d99f6312e5adeabc24a6bd3feadc69fe13 /src/emu/machine/74181.c
parentc92132667858e0960cf4293d45cce6fc7d7d71e4 (diff)
Some changes/corrections to device descriptions from MASH (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 e9d8b6f2ace..98a6f469418 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, "TTL74181", tag, owner, clock, "ttl74181", __FILE__),
+ device_t(mconfig, TTL74181, "TTL 74181", tag, owner, clock, "ttl74181", __FILE__),
m_a(0),
m_b(0),
m_s(0),