summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_orch90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_orch90.cpp')
-rw-r--r--src/devices/bus/coco/coco_orch90.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_orch90.cpp b/src/devices/bus/coco/coco_orch90.cpp
index 50503d592fa..1d3ee1c5a94 100644
--- a/src/devices/bus/coco/coco_orch90.cpp
+++ b/src/devices/bus/coco/coco_orch90.cpp
@@ -14,7 +14,10 @@
#include "emu.h"
#include "coco_orch90.h"
+
#include "sound/volt_reg.h"
+#include "speaker.h"
+
static MACHINE_CONFIG_FRAGMENT(coco_orch90)
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
@@ -29,7 +32,7 @@ MACHINE_CONFIG_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type COCO_ORCH90 = &device_creator<coco_orch90_device>;
+const device_type COCO_ORCH90 = device_creator<coco_orch90_device>;
//**************************************************************************
// LIVE DEVICE