diff options
Diffstat (limited to 'src/devices/bus/bml3/bml3mp1805.cpp')
-rw-r--r-- | src/devices/bus/bml3/bml3mp1805.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bml3/bml3mp1805.cpp b/src/devices/bus/bml3/bml3mp1805.cpp index f87e0604476..039a7b1dfa4 100644 --- a/src/devices/bus/bml3/bml3mp1805.cpp +++ b/src/devices/bus/bml3/bml3mp1805.cpp @@ -140,7 +140,7 @@ WRITE8_MEMBER( bml3bus_mp1805_device::bml3_mp1805_w) bml3bus_mp1805_device::bml3bus_mp1805_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, BML3BUS_MP1805, "Hitachi MP-1805 Floppy Controller Card", tag, owner, clock, "bml3mp1805", __FILE__), device_bml3bus_card_interface(mconfig, *this), - m_mc6843(*this, "mc6843") + m_mc6843(*this, "mc6843"), m_rom(nullptr) { } |