summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/epson_sio/tf20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/epson_sio/tf20.h')
-rw-r--r--src/devices/bus/epson_sio/tf20.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/epson_sio/tf20.h b/src/devices/bus/epson_sio/tf20.h
index a82f38ce9d3..31c1232c4bb 100644
--- a/src/devices/bus/epson_sio/tf20.h
+++ b/src/devices/bus/epson_sio/tf20.h
@@ -8,16 +8,16 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_EPSON_SIO_TF20_H
+#define MAME_BUS_EPSON_SIO_TF20_H
-#ifndef __TF20_H__
-#define __TF20_H__
+#pragma once
+#include "epson_sio.h"
#include "cpu/z80/z80.h"
#include "machine/ram.h"
#include "machine/upd765.h"
#include "machine/z80dart.h"
-#include "epson_sio.h"
//**************************************************************************
@@ -84,7 +84,7 @@ private:
// device type definition
-extern const device_type EPSON_TF20;
+DECLARE_DEVICE_TYPE(EPSON_TF20, epson_tf20_device)
-#endif // __TF20_H__
+#endif // MAME_BUS_EPSON_SIO_TF20_H