From 852000bd4e777ace06f513ae5e3403819af3a0ba Mon Sep 17 00:00:00 2001 From: Nigel Barnes Date: Mon, 12 Dec 2022 19:51:05 +0000 Subject: mtx_cfx: Replace HDD with Compact Flash device. --- hash/mtx_hdd.xml | 8 ++++---- src/devices/bus/mtx/cfx.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hash/mtx_hdd.xml b/hash/mtx_hdd.xml index dff2e13879b..3c47829e81a 100644 --- a/hash/mtx_hdd.xml +++ b/hash/mtx_hdd.xml @@ -10,7 +10,7 @@ license:CC0 CP/M 54K 201? <unknown> - + @@ -21,7 +21,7 @@ license:CC0 CP/M 59K 201? <unknown> - + @@ -32,7 +32,7 @@ license:CC0 Fuzix OS 2019 Etched Pixels - + @@ -43,7 +43,7 @@ license:CC0 Hex-Train 2016 Andy Key - + diff --git a/src/devices/bus/mtx/cfx.cpp b/src/devices/bus/mtx/cfx.cpp index d80290606c9..a0c75ec89ca 100644 --- a/src/devices/bus/mtx/cfx.cpp +++ b/src/devices/bus/mtx/cfx.cpp @@ -52,7 +52,7 @@ void mtx_cfx_device::device_add_mconfig(machine_config &config) m_pia->out_pb_callback().set([this](uint8_t data) { m_ide_data = (m_ide_data & 0x00ff) | (data << 8); }); m_pia->out_pc_callback().set(FUNC(mtx_cfx_device::portc_w)); - ATA_INTERFACE(config, m_ide).options(ata_devices, "hdd", nullptr, false); + ATA_INTERFACE(config, m_ide).options(ata_devices, "cf", nullptr, false); } -- cgit v1.2.3