summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/ccatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/ccatch.h')
-rw-r--r--src/devices/bus/sega8/ccatch.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/devices/bus/sega8/ccatch.h b/src/devices/bus/sega8/ccatch.h
index 138f39dba9b..ecbc4cfd367 100644
--- a/src/devices/bus/sega8/ccatch.h
+++ b/src/devices/bus/sega8/ccatch.h
@@ -1,7 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
-#ifndef __SEGA8_CCATCH_H
-#define __SEGA8_CCATCH_H
+#ifndef MAME_BUS_SEGA8_CCATCH_H
+#define MAME_BUS_SEGA8_CCATCH_H
+
+#pragma once
#include "sega8_slot.h"
#include "rom.h"
@@ -26,10 +28,7 @@ protected:
};
-
-
-
// device type definition
-extern const device_type SEGA8_ROM_CARDCATCH;
+DECLARE_DEVICE_TYPE(SEGA8_ROM_CARDCATCH, sega8_cardcatch_device)
-#endif
+#endif // MAME_BUS_SEGA8_CCATCH_H