mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fixed naming conflict. (nw)
This commit is contained in:
parent
e6f8ace247
commit
2efdb1703b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user