mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix incorrect device name (nw)
This commit is contained in:
parent
1e417d68e3
commit
28eef6a653
@ -260,7 +260,7 @@ inline int i8255_device::port_c_upper_mode()
|
||||
//-------------------------------------------------
|
||||
|
||||
i8255_device::i8255_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: device_t(mconfig, I8255, "I8255", tag, owner, clock, "i8279", __FILE__)
|
||||
: device_t(mconfig, I8255, "Intel 8255", tag, owner, clock, "i8255", __FILE__)
|
||||
{
|
||||
m_intr[PORT_A] = m_intr[PORT_B] = 0;
|
||||
m_control = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user