summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tp0320.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms1000/tp0320.h')
-rw-r--r--src/devices/cpu/tms1000/tp0320.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/cpu/tms1000/tp0320.h b/src/devices/cpu/tms1000/tp0320.h
index d5675f0e011..d1558fa2dad 100644
--- a/src/devices/cpu/tms1000/tp0320.h
+++ b/src/devices/cpu/tms1000/tp0320.h
@@ -6,8 +6,10 @@
*/
-#ifndef _TP0320_H_
-#define _TP0320_H_
+#ifndef MAME_CPU_TMS1000_TP0320_H
+#define MAME_CPU_TMS1000_TP0320_H
+
+#pragma once
#include "tms0980.h"
@@ -30,6 +32,6 @@ protected:
};
-extern const device_type TP0320;
+DECLARE_DEVICE_TYPE(TP0320, tp0320_cpu_device)
-#endif /* _TP0320_H_ */
+#endif // MAME_CPU_TMS1000_TP0320_H