summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/sv802.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/sv802.h')
-rw-r--r--src/devices/bus/svi3x8/slot/sv802.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/svi3x8/slot/sv802.h b/src/devices/bus/svi3x8/slot/sv802.h
index 8d7bf241d24..a38b9f34a18 100644
--- a/src/devices/bus/svi3x8/slot/sv802.h
+++ b/src/devices/bus/svi3x8/slot/sv802.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_BUS_SVI3X8_SLOT_SV802_H
+#define MAME_BUS_SVI3X8_SLOT_SV802_H
-#ifndef __SVI3X8_SLOT_SV802_H__
-#define __SVI3X8_SLOT_SV802_H__
+#pragma once
#include "slot.h"
#include "machine/buffer.h"
@@ -45,6 +45,6 @@ private:
};
// device type definition
-extern const device_type SV802;
+DECLARE_DEVICE_TYPE(SV802, sv802_device)
-#endif // __SVI3X8_SLOT_SV802_H__
+#endif // MAME_BUS_SVI3X8_SLOT_SV802_H