mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
psxcontrollerports: Quick validation fix (nw)
This commit is contained in:
parent
165b910a67
commit
e38cb69ee7
@ -39,8 +39,8 @@ void psx_controller_port_device::disable_card(bool state)
|
||||
|
||||
psxcontrollerports_device::psxcontrollerports_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||
device_t(mconfig, PSXCONTROLLERPORTS, tag, owner, clock),
|
||||
m_port0(*this, "port0"),
|
||||
m_port1(*this, "port1"),
|
||||
m_port0(*this, "^port1"),
|
||||
m_port1(*this, "^port2"),
|
||||
m_dsr_handler(*this),
|
||||
m_rxd_handler(*this)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user