mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
typo found by MASH
This commit is contained in:
parent
6750e61bfe
commit
48ac454526
@ -48,7 +48,7 @@ const device_type PIA6821 = &device_creator<pia6821_device>;
|
|||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
|
||||||
pia6821_device::pia6821_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
pia6821_device::pia6821_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||||
: device_t(mconfig, PIA6821, "6822 PIA", tag, owner, clock, "pia6821", __FILE__),
|
: device_t(mconfig, PIA6821, "6821 PIA", tag, owner, clock, "pia6821", __FILE__),
|
||||||
m_in_a_handler(*this),
|
m_in_a_handler(*this),
|
||||||
m_in_b_handler(*this),
|
m_in_b_handler(*this),
|
||||||
m_in_ca1_handler(*this),
|
m_in_ca1_handler(*this),
|
||||||
|
Loading…
Reference in New Issue
Block a user