summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/fcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/fcc.h')
-rw-r--r--src/devices/bus/c64/fcc.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/c64/fcc.h b/src/devices/bus/c64/fcc.h
index 53573a4ea40..3460738a389 100644
--- a/src/devices/bus/c64/fcc.h
+++ b/src/devices/bus/c64/fcc.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_FCC_H
+#define MAME_BUS_C64_FCC_H
-#ifndef __FCC__
-#define __FCC__
+#pragma once
#include "exp.h"
#include "cpu/m6502/m65sc02.h"
@@ -61,8 +61,7 @@ private:
// device type definition
-extern const device_type C64_FCC;
-
+DECLARE_DEVICE_TYPE(C64_FCC, c64_final_chesscard_device)
-#endif
+#endif // MAME_BUS_C64_FCC_H