summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/sfx_sound_expander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/sfx_sound_expander.cpp')
-rw-r--r--src/devices/bus/c64/sfx_sound_expander.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/c64/sfx_sound_expander.cpp b/src/devices/bus/c64/sfx_sound_expander.cpp
index 50b80fefd8f..b77dff2d61d 100644
--- a/src/devices/bus/c64/sfx_sound_expander.cpp
+++ b/src/devices/bus/c64/sfx_sound_expander.cpp
@@ -8,6 +8,7 @@
#include "emu.h"
#include "sfx_sound_expander.h"
+#include "speaker.h"
@@ -23,7 +24,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C64_SFX_SOUND_EXPANDER = &device_creator<c64_sfx_sound_expander_cartridge_device>;
+const device_type C64_SFX_SOUND_EXPANDER = device_creator<c64_sfx_sound_expander_cartridge_device>;
//-------------------------------------------------