summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/diablo_hd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/diablo_hd.h')
-rw-r--r--src/devices/machine/diablo_hd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/diablo_hd.h b/src/devices/machine/diablo_hd.h
index 93915e628e3..41f206cc531 100644
--- a/src/devices/machine/diablo_hd.h
+++ b/src/devices/machine/diablo_hd.h
@@ -162,4 +162,7 @@ private:
void sector_mark_0();
};
+#define MCFG_DIABLO_DRIVES_ADD() \
+ MCFG_DEVICE_ADD(DIABLO_HD_0, DIABLO_HD, 3333333) \
+ MCFG_DEVICE_ADD(DIABLO_HD_1, DIABLO_HD, 3333333)
#endif // !defined(_DIABLO_HD_DEVICE_)