diff options
author | 2014-04-18 16:47:16 +0000 | |
---|---|---|
committer | 2014-04-18 16:47:16 +0000 | |
commit | 3c46c03671b6942d4db31154997abfd000489e35 (patch) | |
tree | 6ad7c66b5aa9c3cfc770612e7457055ebedefc97 /src/emu/machine/mc6843.c | |
parent | 2c4dafcfa94baa3723941db23bb789d92494ba17 (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.c | 2 |
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), |