summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rc2014/cf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rc2014/cf.cpp')
-rw-r--r--src/devices/bus/rc2014/cf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rc2014/cf.cpp b/src/devices/bus/rc2014/cf.cpp
index c30da3f429e..9640853da86 100644
--- a/src/devices/bus/rc2014/cf.cpp
+++ b/src/devices/bus/rc2014/cf.cpp
@@ -56,7 +56,7 @@ void compact_flash_device::device_reset()
void compact_flash_device::device_add_mconfig(machine_config &config)
{
- ATA_INTERFACE(config, m_ata).options(ata_devices, "hdd", nullptr, true);
+ ATA_INTERFACE(config, m_ata).options(ata_devices, "cf", nullptr, true);
}
}