summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/idehd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/idehd.h')
-rw-r--r--src/devices/machine/idehd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/idehd.h b/src/devices/machine/idehd.h
index ff6acbc985a..205e04500e1 100644
--- a/src/devices/machine/idehd.h
+++ b/src/devices/machine/idehd.h
@@ -34,6 +34,7 @@ public:
m_user_password_enable = (password != nullptr);
}
+ void set_dma_transfer_time(const attotime time) { m_dma_transfer_time = time; };
protected:
ata_mass_storage_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
@@ -79,6 +80,8 @@ private:
uint8_t m_user_password_enable;
const uint8_t * m_master_password;
const uint8_t * m_user_password;
+ // DMA data transfer time for 1 sector
+ attotime m_dma_transfer_time;
};
// ======================> ide_hdd_device