summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc6843.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-04-18 16:47:16 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-04-18 16:47:16 +0000
commit3c46c03671b6942d4db31154997abfd000489e35 (patch)
tree6ad7c66b5aa9c3cfc770612e7457055ebedefc97 /src/emu/machine/mc6843.c
parent2c4dafcfa94baa3723941db23bb789d92494ba17 (diff)
Some changes/corrections to device descriptions per Dev request (nw)
Diffstat (limited to 'src/emu/machine/mc6843.c')
-rw-r--r--src/emu/machine/mc6843.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/mc6843.c b/src/emu/machine/mc6843.c
index afc9c6a2423..d8e9e093d8e 100644
--- a/src/emu/machine/mc6843.c
+++ b/src/emu/machine/mc6843.c
@@ -73,7 +73,7 @@ static const char *const mc6843_cmd[16] =
const device_type MC6843 = &device_creator<mc6843_device>;
mc6843_device::mc6843_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, MC6843, "Motorola MC6843 floppy controller", tag, owner, clock, "mc6843", __FILE__),
+ : device_t(mconfig, MC6843, "MC6843 floppy controller", tag, owner, clock, "mc6843", __FILE__),
m_write_irq(*this),
m_CTAR(0),
m_CMR(0),