summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/epson_sio/pf10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/epson_sio/pf10.h')
-rw-r--r--src/devices/bus/epson_sio/pf10.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/epson_sio/pf10.h b/src/devices/bus/epson_sio/pf10.h
index ab89b0fe01c..e3d4f01e69c 100644
--- a/src/devices/bus/epson_sio/pf10.h
+++ b/src/devices/bus/epson_sio/pf10.h
@@ -8,14 +8,14 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_EPSON_SIO_PF10_H
+#define MAME_BUS_EPSON_SIO_PF10_H
-#ifndef __PF10_H__
-#define __PF10_H__
+#pragma once
+#include "epson_sio.h"
#include "cpu/m6800/m6800.h"
#include "machine/upd765.h"
-#include "epson_sio.h"
//**************************************************************************
@@ -94,7 +94,7 @@ private:
// device type definition
-extern const device_type EPSON_PF10;
+DECLARE_DEVICE_TYPE(EPSON_PF10, epson_pf10_device)
-#endif // __PF10_H__
+#endif // MAME_BUS_EPSON_SIO_PF10_H