summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/diablo_hd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/diablo_hd.h')
-rw-r--r--src/emu/machine/diablo_hd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/diablo_hd.h b/src/emu/machine/diablo_hd.h
index 0de3970b5c9..f6ef1ab9ce2 100644
--- a/src/emu/machine/diablo_hd.h
+++ b/src/emu/machine/diablo_hd.h
@@ -175,6 +175,6 @@ private:
};
#define MCFG_DIABLO_DRIVES_ADD() \
- MCFG_DEVICE_ADD(DIABLO_HD_0, DIABLO_HD, ATTOSECONDS_TO_HZ(attotime::from_nsec(300).as_double())) \
- MCFG_DEVICE_ADD(DIABLO_HD_1, DIABLO_HD, ATTOSECONDS_TO_HZ(attotime::from_nsec(300).as_double()))
+ MCFG_DEVICE_ADD(DIABLO_HD_0, DIABLO_HD, 3333333) \
+ MCFG_DEVICE_ADD(DIABLO_HD_1, DIABLO_HD, 3333333)
#endif // !defined(_DIABLO_HD_DEVICE_)