summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarifdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarifdc.h')
-rw-r--r--src/mame/machine/atarifdc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/atarifdc.h b/src/mame/machine/atarifdc.h
index f7d8045e207..e68612b5204 100644
--- a/src/mame/machine/atarifdc.h
+++ b/src/mame/machine/atarifdc.h
@@ -5,8 +5,8 @@
*/
-#ifndef _ATARIFDC_H
-#define _ATARIFDC_H
+#ifndef MAME_MACHINE_ATARIFDC_H
+#define MAME_MACHINE_ATARIFDC_H
#include "imagedev/flopdrv.h"
@@ -64,6 +64,6 @@ private:
atari_drive m_drv[4];
};
-extern const device_type ATARI_FDC;
+DECLARE_DEVICE_TYPE(ATARI_FDC, atari_fdc_device)
-#endif /* _ATARIFDC_H */
+#endif // MAME_MACHINE_ATARIFDC_H