summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2eramworks3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/a2eramworks3.h')
-rw-r--r--src/devices/bus/a2bus/a2eramworks3.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/devices/bus/a2bus/a2eramworks3.h b/src/devices/bus/a2bus/a2eramworks3.h
index 75c8872d1cb..f2b327ebfab 100644
--- a/src/devices/bus/a2bus/a2eramworks3.h
+++ b/src/devices/bus/a2bus/a2eramworks3.h
@@ -8,8 +8,8 @@
*********************************************************************/
-#ifndef __A2EAUX_RAMWORKS3__
-#define __A2EAUX_RAMWORKS3__
+#ifndef MAME_BUS_A2BUS_A2ERAMWORKS3_H
+#define MAME_BUS_A2BUS_A2ERAMWORKS3_H
#include "a2eauxslot.h"
@@ -24,9 +24,10 @@ class a2eaux_ramworks3_device:
public:
// construction/destruction
a2eaux_ramworks3_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- a2eaux_ramworks3_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source);
protected:
+ a2eaux_ramworks3_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+
virtual void device_start() override;
virtual void device_reset() override;
@@ -43,6 +44,6 @@ private:
};
// device type definition
-extern const device_type A2EAUX_RAMWORKS3;
+DECLARE_DEVICE_TYPE(A2EAUX_RAMWORKS3, a2eaux_ramworks3_device)
-#endif /* __A2EAUX_RAMWORKS3__ */
+#endif // MAME_BUS_A2BUS_A2ERAMWORKS3_H