summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_orch90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_orch90.h')
-rw-r--r--src/devices/bus/coco/coco_orch90.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/coco/coco_orch90.h b/src/devices/bus/coco/coco_orch90.h
index 8ef59729ceb..ceed461ba36 100644
--- a/src/devices/bus/coco/coco_orch90.h
+++ b/src/devices/bus/coco/coco_orch90.h
@@ -1,12 +1,12 @@
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
-#pragma once
+#ifndef MAME_BUS_COCO_COCO_ORCH90_H
+#define MAME_BUS_COCO_COCO_ORCH90_H
-#ifndef __COCO_ORCH90_H__
-#define __COCO_ORCH90_H__
+#pragma once
-#include "sound/dac.h"
#include "cococart.h"
+#include "sound/dac.h"
//**************************************************************************
// TYPE DEFINITIONS
@@ -36,6 +36,6 @@ private:
// device type definition
-extern const device_type COCO_ORCH90;
+DECLARE_DEVICE_TYPE(COCO_ORCH90, coco_orch90_device)
-#endif /* __COCO_ORCH90_H__ */
+#endif // MAME_BUS_COCO_COCO_ORCH90_H