summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/geocable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/geocable.h')
-rw-r--r--src/devices/bus/c64/geocable.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/bus/c64/geocable.h b/src/devices/bus/c64/geocable.h
index 5dd56ffa021..7ab6f88d68f 100644
--- a/src/devices/bus/c64/geocable.h
+++ b/src/devices/bus/c64/geocable.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_GEOCABLE_H
+#define MAME_BUS_C64_GEOCABLE_H
-#ifndef __C64_GEOCABLE__
-#define __C64_GEOCABLE__
+#pragma once
#include "user.h"
@@ -55,6 +55,7 @@ private:
// device type definition
extern const device_type C64_GEOCABLE;
+DECLARE_DEVICE_TYPE(C64_GEOCABLE, c64_geocable_device)
-#endif
+#endif // MAME_BUS_C64_GEOCABLE_H