summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/fun_play.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/fun_play.h')
-rw-r--r--src/devices/bus/c64/fun_play.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/fun_play.h b/src/devices/bus/c64/fun_play.h
index 7fcef385018..ba62626651a 100644
--- a/src/devices/bus/c64/fun_play.h
+++ b/src/devices/bus/c64/fun_play.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_FUN_PLAY_H
+#define MAME_BUS_C64_FUN_PLAY_H
-#ifndef __FUN_PLAY__
-#define __FUN_PLAY__
+#pragma once
#include "exp.h"
@@ -44,7 +44,7 @@ private:
// device type definition
-extern const device_type C64_FUN_PLAY;
+DECLARE_DEVICE_TYPE(C64_FUN_PLAY, c64_fun_play_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_FUN_PLAY_H