summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi/d9060hd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/scsi/d9060hd.h')
-rw-r--r--src/devices/bus/scsi/d9060hd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/scsi/d9060hd.h b/src/devices/bus/scsi/d9060hd.h
index 979538a0b14..3e7140e74cd 100644
--- a/src/devices/bus/scsi/d9060hd.h
+++ b/src/devices/bus/scsi/d9060hd.h
@@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:smf
-#pragma once
+#ifndef MAME_BUS_SCSI_D9060HD_H
+#define MAME_BUS_SCSI_D9060HD_H
-#ifndef __D9060HD__
-#define __D9060HD__
+#pragma once
#include "scsihd.h"
@@ -17,6 +17,6 @@ public:
};
// device type definition
-extern const device_type D9060HD;
+DECLARE_DEVICE_TYPE(D9060HD, d9060hd_device)
-#endif
+#endif // MAME_BUS_SCSI_D9060HD_H