summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc68901.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/mc68901.c
parent1966fb6bbcad999f37f8e25fdf089ec67f34c6d1 (diff)
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Diffstat (limited to 'src/emu/machine/mc68901.c')
-rw-r--r--src/emu/machine/mc68901.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/mc68901.c b/src/emu/machine/mc68901.c
index 80b40357dac..3e5a0401e13 100644
--- a/src/emu/machine/mc68901.c
+++ b/src/emu/machine/mc68901.c
@@ -336,7 +336,7 @@ void mc68901_device::gpio_output()
//-------------------------------------------------
mc68901_device::mc68901_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, MC68901, "Motorola MC68901", tag, owner, clock, "mc68901", __FILE__),
+ : device_t(mconfig, MC68901, "MC68901 MFP", tag, owner, clock, "mc68901", __FILE__),
device_serial_interface(mconfig, *this),
m_timer_clock(0),
m_rx_clock(0),