From 600e5bf0875f7eb6be388d97dc8f230d7c7f28d9 Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 19 Jun 2013 11:24:39 +0000 Subject: [PATCH] reverted short name (nw) --- src/mess/machine/adam_ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/adam_ide.c b/src/mess/machine/adam_ide.c index 82740b82b8e..03891fe53d8 100644 --- a/src/mess/machine/adam_ide.c +++ b/src/mess/machine/adam_ide.c @@ -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) - : 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), m_ata(*this, ATA_TAG), m_centronics(*this, CENTRONICS_TAG)