summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/gblaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/gblaster.cpp')
-rw-r--r--src/devices/bus/isa/gblaster.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/bus/isa/gblaster.cpp b/src/devices/bus/isa/gblaster.cpp
index 59bd7086b85..9ff7d0d9f3c 100644
--- a/src/devices/bus/isa/gblaster.cpp
+++ b/src/devices/bus/isa/gblaster.cpp
@@ -8,7 +8,9 @@
#include "emu.h"
#include "gblaster.h"
-#include "sound/speaker.h"
+
+#include "sound/spkrdev.h"
+#include "speaker.h"
/*
creative labs game blaster (CMS creative music system)
@@ -76,7 +78,7 @@ WRITE8_MEMBER( isa8_gblaster_device::detect_w )
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA8_GAME_BLASTER = &device_creator<isa8_gblaster_device>;
+const device_type ISA8_GAME_BLASTER = device_creator<isa8_gblaster_device>;
//-------------------------------------------------
// machine_config_additions - device-specific