mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Validation fix for peribox (nw)
This commit is contained in:
parent
db91ab3195
commit
2a82145b2e
@ -256,7 +256,7 @@ peribox_device::peribox_device(const machine_config &mconfig, const char *tag, d
|
|||||||
Constructor called from subclasses.
|
Constructor called from subclasses.
|
||||||
*/
|
*/
|
||||||
peribox_device::peribox_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock):
|
peribox_device::peribox_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock):
|
||||||
bus::ti99::internal::ioport_attached_device(mconfig, TI99_PERIBOX, tag, owner, clock),
|
bus::ti99::internal::ioport_attached_device(mconfig, type, tag, owner, clock),
|
||||||
m_slot1_inta(*this),
|
m_slot1_inta(*this),
|
||||||
m_slot1_intb(*this),
|
m_slot1_intb(*this),
|
||||||
m_slot1_lcp(*this),
|
m_slot1_lcp(*this),
|
||||||
|
Loading…
Reference in New Issue
Block a user