summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cyclemb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cyclemb.cpp')
-rw-r--r--src/mame/drivers/cyclemb.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/cyclemb.cpp b/src/mame/drivers/cyclemb.cpp
index 9365e2b0b72..449366280b4 100644
--- a/src/mame/drivers/cyclemb.cpp
+++ b/src/mame/drivers/cyclemb.cpp
@@ -72,10 +72,13 @@ Dumped by Chack'n
****************************************************************************************************/
#include "emu.h"
+#include "machine/tait8741.h"
+
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "sound/2203intf.h"
-#include "machine/tait8741.h"
+#include "screen.h"
+#include "speaker.h"
class cyclemb_state : public driver_device