summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ttchamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ttchamp.cpp')
-rw-r--r--src/mame/drivers/ttchamp.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/ttchamp.cpp b/src/mame/drivers/ttchamp.cpp
index 89faf78435c..0581ac6ddb9 100644
--- a/src/mame/drivers/ttchamp.cpp
+++ b/src/mame/drivers/ttchamp.cpp
@@ -68,8 +68,10 @@ we currently simulate this as the PIC is read protected.
#include "emu.h"
#include "cpu/nec/nec.h"
-#include "sound/okim6295.h"
#include "machine/nvram.h"
+#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
class ttchamp_state : public driver_device