summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/pachinko.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/pachinko.h')
-rw-r--r--src/devices/bus/nes_ctrl/pachinko.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/nes_ctrl/pachinko.h b/src/devices/bus/nes_ctrl/pachinko.h
index 2f982108bb2..f4f7feae596 100644
--- a/src/devices/bus/nes_ctrl/pachinko.h
+++ b/src/devices/bus/nes_ctrl/pachinko.h
@@ -6,14 +6,14 @@
**********************************************************************/
-#pragma once
-
-#ifndef __NES_PACHINKO__
-#define __NES_PACHINKO__
+#ifndef MAME_BUS_NES_CTRL_PACHINKO_H
+#define MAME_BUS_NES_CTRL_PACHINKO_H
+#pragma once
#include "ctrl.h"
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -43,6 +43,6 @@ protected:
};
// device type definition
-extern const device_type NES_PACHINKO;
+DECLARE_DEVICE_TYPE(NES_PACHINKO, nes_pachinko_device)
-#endif
+#endif // MAME_BUS_NES_CTRL_PACHINKO_H