trunk/src/mess/machine/adam_ide.c
| r23788 | r23789 | |
| 87 | 87 | //------------------------------------------------- |
| 88 | 88 | |
| 89 | 89 | powermate_ide_device::powermate_ide_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 90 | | : device_t(mconfig, ADAM_IDE, "Powermate HP IDE", tag, owner, clock, "adam_ata", __FILE__), |
| 90 | : device_t(mconfig, ADAM_IDE, "Powermate HP IDE", tag, owner, clock, "adam_ide", __FILE__), |
| 91 | 91 | device_adam_expansion_slot_card_interface(mconfig, *this), |
| 92 | 92 | m_ata(*this, ATA_TAG), |
| 93 | 93 | m_centronics(*this, CENTRONICS_TAG) |