summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/warp_speed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/warp_speed.h')
-rw-r--r--src/devices/bus/c64/warp_speed.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/warp_speed.h b/src/devices/bus/c64/warp_speed.h
index 2a7f2db65c3..7a3b25cecfc 100644
--- a/src/devices/bus/c64/warp_speed.h
+++ b/src/devices/bus/c64/warp_speed.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_WARP_SPEED_H
+#define MAME_BUS_C64_WARP_SPEED_H
-#ifndef __WARP_SPEED__
-#define __WARP_SPEED__
+#pragma once
#include "exp.h"
@@ -44,7 +44,7 @@ protected:
// device type definition
-extern const device_type C64_WARP_SPEED;
+DECLARE_DEVICE_TYPE(C64_WARP_SPEED, c64_warp_speed_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_WARP_SPEED_H