summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/tms9980a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms9900/tms9980a.h')
-rw-r--r--src/devices/cpu/tms9900/tms9980a.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/cpu/tms9900/tms9980a.h b/src/devices/cpu/tms9900/tms9980a.h
index 9ffbab84a58..34f6eadc434 100644
--- a/src/devices/cpu/tms9900/tms9980a.h
+++ b/src/devices/cpu/tms9900/tms9980a.h
@@ -5,8 +5,10 @@
See tms9980a.c and tms9900.c for documentation
*/
-#ifndef __TMS9980A_H__
-#define __TMS9980A_H__
+#ifndef MAME_CPU_TMS9900_TMS9980A_H
+#define MAME_CPU_TMS9900_TMS9980A_H
+
+#pragma once
#include "debugger.h"
#include "tms9900.h"
@@ -50,6 +52,6 @@ protected:
};
// device type definition
-extern const device_type TMS9980A;
+DECLARE_DEVICE_TYPE(TMS9980A, tms9980a_device)
-#endif /* __TMS9980A_H__ */
+#endif // MAME_CPU_TMS9900_TMS9980A_H