summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/dela_ep7x8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/dela_ep7x8.h')
-rw-r--r--src/devices/bus/c64/dela_ep7x8.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/c64/dela_ep7x8.h b/src/devices/bus/c64/dela_ep7x8.h
index a5f3fd5b4ab..e66cc211bc0 100644
--- a/src/devices/bus/c64/dela_ep7x8.h
+++ b/src/devices/bus/c64/dela_ep7x8.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_DELA_EP7X8_H
+#define MAME_BUS_C64_DELA_EP7X8_H
-#ifndef __DELA_EP7X8__
-#define __DELA_EP7X8__
+#pragma once
#include "bus/generic/slot.h"
@@ -57,8 +57,7 @@ private:
// device type definition
-extern const device_type C64_DELA_EP7X8;
-
+DECLARE_DEVICE_TYPE(C64_DELA_EP7X8, c64_dela_ep7x8_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_DELA_EP7X8_H