summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/shark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/shark.h')
-rw-r--r--src/devices/bus/ieee488/shark.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/devices/bus/ieee488/shark.h b/src/devices/bus/ieee488/shark.h
index e7d92a5da4c..5b3893cd910 100644
--- a/src/devices/bus/ieee488/shark.h
+++ b/src/devices/bus/ieee488/shark.h
@@ -8,10 +8,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_IEEE488_SHARK_H
+#define MAME_BUS_IEEE488_SHARK_H
-#ifndef __SHARK__
-#define __SHARK__
+#pragma once
#include "ieee488.h"
@@ -45,8 +45,6 @@ private:
// device type definition
-extern const device_type SHARK;
-
-
+DECLARE_DEVICE_TYPE(MSHARK, mshark_device)
-#endif
+#endif // MAME_BUS_IEEE488_SHARK_H