summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/pc83.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/pc83.h')
-rw-r--r--src/devices/bus/pc_kbd/pc83.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/pc_kbd/pc83.h b/src/devices/bus/pc_kbd/pc83.h
index 9d1fc24c47f..a9718fc40de 100644
--- a/src/devices/bus/pc_kbd/pc83.h
+++ b/src/devices/bus/pc_kbd/pc83.h
@@ -6,10 +6,10 @@
*********************************************************************/
-#pragma once
+#ifndef MAME_BUS_PC_KBD_PC83_H
+#define MAME_BUS_PC_KBD_PC83_H
-#ifndef __PC_KBD_IBM_PC_83__
-#define __PC_KBD_IBM_PC_83__
+#pragma once
#include "cpu/mcs48/mcs48.h"
#include "pc_kbdc.h"
@@ -58,8 +58,7 @@ private:
// device type definition
-extern const device_type PC_KBD_IBM_PC_83;
-
+DECLARE_DEVICE_TYPE(PC_KBD_IBM_PC_83, ibm_pc_83_keyboard_device)
-#endif
+#endif // MAME_BUS_PC_KBD_PC83_H