summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sothello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sothello.cpp')
-rw-r--r--src/mame/drivers/sothello.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/sothello.cpp b/src/mame/drivers/sothello.cpp
index 6c53747b815..d99a27c75a7 100644
--- a/src/mame/drivers/sothello.cpp
+++ b/src/mame/drivers/sothello.cpp
@@ -37,12 +37,13 @@ OSC : 8.0000MHz(X1) 21.477 MHz(X2) 384kHz(X3)
*/
#include "emu.h"
-#include "cpu/z80/z80.h"
#include "cpu/m6809/m6809.h"
+#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "sound/2203intf.h"
#include "sound/msm5205.h"
#include "video/v9938.h"
+#include "speaker.h"
class sothello_state : public driver_device