summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tceptor.cpp')
-rw-r--r--src/mame/drivers/tceptor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/tceptor.cpp b/src/mame/drivers/tceptor.cpp
index 6530eb6bd51..4a6a51709cf 100644
--- a/src/mame/drivers/tceptor.cpp
+++ b/src/mame/drivers/tceptor.cpp
@@ -10,6 +10,7 @@
#include "emu.h"
#include "includes/tceptor.h"
+
#include "cpu/m6502/m65c02.h"
#include "cpu/m6809/m6809.h"
#include "cpu/m6800/m6800.h"
@@ -19,8 +20,11 @@
#include "sound/ym2151.h"
#include "sound/volt_reg.h"
#include "rendlay.h"
+#include "speaker.h"
+
#include "tceptor2.lh"
+
/*******************************************************************/