mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
reverted short name (nw)
This commit is contained in:
parent
dbc24d982c
commit
600e5bf087
@ -87,7 +87,7 @@ machine_config_constructor powermate_ide_device::device_mconfig_additions() cons
|
|||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
|
||||||
powermate_ide_device::powermate_ide_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
powermate_ide_device::powermate_ide_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||||
: device_t(mconfig, ADAM_IDE, "Powermate HP IDE", tag, owner, clock, "adam_ata", __FILE__),
|
: device_t(mconfig, ADAM_IDE, "Powermate HP IDE", tag, owner, clock, "adam_ide", __FILE__),
|
||||||
device_adam_expansion_slot_card_interface(mconfig, *this),
|
device_adam_expansion_slot_card_interface(mconfig, *this),
|
||||||
m_ata(*this, ATA_TAG),
|
m_ata(*this, ATA_TAG),
|
||||||
m_centronics(*this, CENTRONICS_TAG)
|
m_centronics(*this, CENTRONICS_TAG)
|
||||||
|
Loading…
Reference in New Issue
Block a user