summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/analog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/analog.h')
-rw-r--r--src/devices/bus/sat_ctrl/analog.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/sat_ctrl/analog.h b/src/devices/bus/sat_ctrl/analog.h
index ec3d211a059..d86313e59a1 100644
--- a/src/devices/bus/sat_ctrl/analog.h
+++ b/src/devices/bus/sat_ctrl/analog.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_SAT_CTRL_ANALOG_H
+#define MAME_BUS_SAT_CTRL_ANALOG_H
-#ifndef __SATURN_ANALOG__
-#define __SATURN_ANALOG__
+#pragma once
#include "ctrl.h"
@@ -49,7 +49,6 @@ private:
// device type definition
-extern const device_type SATURN_ANALOG;
-
+DECLARE_DEVICE_TYPE(SATURN_ANALOG, saturn_analog_device)
-#endif
+#endif // MAME_BUS_SAT_CTRL_ANALOG_H