summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/ti99_peb/hfdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/ti99_peb/hfdc.h')
-rw-r--r--src/emu/bus/ti99_peb/hfdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/ti99_peb/hfdc.h b/src/emu/bus/ti99_peb/hfdc.h
index 9b3973af3a9..4f295d5144f 100644
--- a/src/emu/bus/ti99_peb/hfdc.h
+++ b/src/emu/bus/ti99_peb/hfdc.h
@@ -93,10 +93,10 @@ private:
UINT8 m_output2_latch;
/* Connected floppy drives. */
- device_t* m_floppy_unit[HFDC_MAX_FLOPPY];
+ legacy_floppy_image_device* m_floppy_unit[HFDC_MAX_FLOPPY];
/* Connected harddisk drives. */
- device_t* m_harddisk_unit[HFDC_MAX_HARD];
+ mfm_harddisk_device* m_harddisk_unit[HFDC_MAX_HARD];
/* DMA address latch */
UINT32 m_dma_address;