summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/zorro/a2232.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/amiga/zorro/a2232.h')
-rw-r--r--src/devices/bus/amiga/zorro/a2232.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/amiga/zorro/a2232.h b/src/devices/bus/amiga/zorro/a2232.h
index 2c1eb8c46ee..ca08ad3b152 100644
--- a/src/devices/bus/amiga/zorro/a2232.h
+++ b/src/devices/bus/amiga/zorro/a2232.h
@@ -10,10 +10,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_BUS_AMIGA_ZORRO_A2232_H
+#define MAME_BUS_AMIGA_ZORRO_A2232_H
-#ifndef __A2232_H__
-#define __A2232_H__
+#pragma once
#include "zorro.h"
#include "machine/autoconfig.h"
@@ -145,6 +145,6 @@ private:
};
// device type definition
-extern const device_type A2232;
+DECLARE_DEVICE_TYPE(A2232, a2232_device)
-#endif // __A2232_H__
+#endif // MAME_BUS_AMIGA_ZORRO_A2232_H