summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/spchsyn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/spchsyn.cpp')
-rw-r--r--src/devices/bus/ti99_peb/spchsyn.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/devices/bus/ti99_peb/spchsyn.cpp b/src/devices/bus/ti99_peb/spchsyn.cpp
index 99168e0eeb2..1a0ce1483e9 100644
--- a/src/devices/bus/ti99_peb/spchsyn.cpp
+++ b/src/devices/bus/ti99_peb/spchsyn.cpp
@@ -23,8 +23,11 @@
#include "emu.h"
#include "spchsyn.h"
-#include "sound/wave.h"
+
#include "machine/spchrom.h"
+#include "sound/wave.h"
+#include "speaker.h"
+
#define TRACE_MEM 0
#define TRACE_ADDR 0
@@ -171,4 +174,4 @@ const tiny_rom_entry *ti_speech_synthesizer_device::device_rom_region() const
{
return ROM_NAME( ti99_speech );
}
-const device_type TI99_SPEECH = &device_creator<ti_speech_synthesizer_device>;
+const device_type TI99_SPEECH = device_creator<ti_speech_synthesizer_device>;