summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/final3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/final3.h')
-rw-r--r--src/devices/bus/c64/final3.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/final3.h b/src/devices/bus/c64/final3.h
index 759bba15514..d424c76537a 100644
--- a/src/devices/bus/c64/final3.h
+++ b/src/devices/bus/c64/final3.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C4_FINAL3_H
+#define MAME_BUS_C4_FINAL3_H
-#ifndef __FINAL3__
-#define __FINAL3__
+#pragma once
#include "exp.h"
@@ -50,7 +50,7 @@ private:
// device type definition
-extern const device_type C64_FINAL3;
+DECLARE_DEVICE_TYPE(C64_FINAL3, c64_final3_cartridge_device)
-#endif
+#endif // MAME_BUS_C4_FINAL3_H