summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/wunderbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/wunderbus.h')
-rw-r--r--src/devices/bus/s100/wunderbus.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/s100/wunderbus.h b/src/devices/bus/s100/wunderbus.h
index 5d2e37ed48b..4b1d5554e06 100644
--- a/src/devices/bus/s100/wunderbus.h
+++ b/src/devices/bus/s100/wunderbus.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_S100_WUNDERBUS_H
+#define MAME_BUS_S100_WUNDERBUS_H
-#ifndef __S100_WUNDERBUS__
-#define __S100_WUNDERBUS__
+#pragma once
#include "s100.h"
#include "machine/ins8250.h"
@@ -66,7 +66,6 @@ private:
// device type definition
-extern const device_type S100_WUNDERBUS;
-
+DECLARE_DEVICE_TYPE(S100_WUNDERBUS, s100_wunderbus_device)
-#endif
+#endif // MAME_BUS_S100_WUNDERBUS_H