summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/sv807.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/sv807.h')
-rw-r--r--src/devices/bus/svi3x8/slot/sv807.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/svi3x8/slot/sv807.h b/src/devices/bus/svi3x8/slot/sv807.h
index 8dee492b837..e3f12201d37 100644
--- a/src/devices/bus/svi3x8/slot/sv807.h
+++ b/src/devices/bus/svi3x8/slot/sv807.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_BUS_SVI3X8_SLOT_SV807_H
+#define MAME_BUS_SVI3X8_SLOT_SV807_H
-#ifndef __SVI3X8_SLOT_SV807_H__
-#define __SVI3X8_SLOT_SV807_H__
+#pragma once
#include "slot.h"
@@ -54,6 +54,6 @@ private:
};
// device type definition
-extern const device_type SV807;
+DECLARE_DEVICE_TYPE(SV807, sv807_device)
-#endif // __SVI3X8_SLOT_SV807_H__
+#endif // MAME_BUS_SVI3X8_SLOT_SV807_H