summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2014-10-22 15:58:46 +0200
committer Oliver Stöneberg <oliverst@online.de>2014-10-22 15:58:46 +0200
commit09c77114303400b4824fe3eed091e3c882fed0a0 (patch)
tree2f293d8697dfc3ae220649b3e5f5ca6a77837cc5
parent0de7c60ca23bb24449371260e83c0140451d5666 (diff)
parent14920644dda9732ab664c3d48f9d0a82fc19c54e (diff)
Merge branch 'master' of https://github.com/mamedev/mame
-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_)