summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/exos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/exos.h')
-rw-r--r--src/devices/bus/c64/exos.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/exos.h b/src/devices/bus/c64/exos.h
index 76bb85e1a0b..93872e38e7a 100644
--- a/src/devices/bus/c64/exos.h
+++ b/src/devices/bus/c64/exos.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_EXOS_H
+#define MAME_BUS_C64_EXOS_H
-#ifndef __EXOS__
-#define __EXOS__
+#pragma once
#include "exp.h"
@@ -40,7 +40,7 @@ protected:
// device type definition
-extern const device_type C64_EXOS;
+DECLARE_DEVICE_TYPE(C64_EXOS, c64_exos_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_EXOS_H