Fixed naming conflict. (nw)

This commit is contained in:
Curt Coder 2013-05-29 20:28:15 +00:00
parent e6f8ace247
commit 2efdb1703b

View File

@ -352,7 +352,7 @@ ioport_constructor softbox_device::device_input_ports() const
//-------------------------------------------------
softbox_device::softbox_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, SOFTBOX, "SoftBox", tag, owner, clock, "softbox", __FILE__),
: device_t(mconfig, SOFTBOX, "PET SoftBox", tag, owner, clock, "pet_softbox", __FILE__),
device_ieee488_interface(mconfig, *this),
m_maincpu(*this, Z80_TAG),
m_usart(*this, I8251_TAG),