summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/georam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/georam.h')
-rw-r--r--src/devices/bus/c64/georam.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/georam.h b/src/devices/bus/c64/georam.h
index ed285ce5221..352ddff6d1b 100644
--- a/src/devices/bus/c64/georam.h
+++ b/src/devices/bus/c64/georam.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUC_C64_GEORAM_H
+#define MAME_BUC_C64_GEORAM_H
-#ifndef __GEORAM__
-#define __GEORAM__
+#pragma once
#include "exp.h"
@@ -46,7 +46,7 @@ private:
// device type definition
-extern const device_type C64_GEORAM;
+DECLARE_DEVICE_TYPE(C64_GEORAM, c64_georam_cartridge_device)
-#endif
+#endif // MAME_BUC_C64_GEORAM_H