summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes_ctrl/multitap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes_ctrl/multitap.h')
-rw-r--r--src/devices/bus/snes_ctrl/multitap.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/snes_ctrl/multitap.h b/src/devices/bus/snes_ctrl/multitap.h
index f217f882aa5..b2f222c54ec 100644
--- a/src/devices/bus/snes_ctrl/multitap.h
+++ b/src/devices/bus/snes_ctrl/multitap.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_SNES_CTRL_MULTITAP_H
+#define MAME_BUS_SNES_CTRL_MULTITAP_H
-#ifndef __SNES_MULTITAP__
-#define __SNES_MULTITAP__
+#pragma once
#include "ctrl.h"
@@ -54,7 +54,6 @@ private:
// device type definition
-extern const device_type SNES_MULTITAP;
-
+DECLARE_DEVICE_TYPE(SNES_MULTITAP, snes_multitap_device)
-#endif
+#endif // MAME_BUS_SNES_CTRL_MULTITAP_H