summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/zorro/a2052.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/amiga/zorro/a2052.h')
-rw-r--r--src/devices/bus/amiga/zorro/a2052.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/amiga/zorro/a2052.h b/src/devices/bus/amiga/zorro/a2052.h
index 2928420996a..255b459767d 100644
--- a/src/devices/bus/amiga/zorro/a2052.h
+++ b/src/devices/bus/amiga/zorro/a2052.h
@@ -8,10 +8,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_BUS_AMIGA_ZORRO_A2052_H
+#define MAME_BUS_AMIGA_ZORRO_A2052_H
-#ifndef __A2052_H__
-#define __A2052_H__
+#pragma once
#include "zorro.h"
#include "machine/autoconfig.h"
@@ -45,6 +45,6 @@ private:
};
// device type definition
-extern const device_type A2052;
+DECLARE_DEVICE_TYPE(A2052, a2052_device)
-#endif
+#endif // MAME_BUS_AMIGA_ZORRO_A2052_H