summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/champbwl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/champbwl.cpp')
-rw-r--r--src/mame/drivers/champbwl.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/champbwl.cpp b/src/mame/drivers/champbwl.cpp
index 5e213440836..f78aa2d96e6 100644
--- a/src/mame/drivers/champbwl.cpp
+++ b/src/mame/drivers/champbwl.cpp
@@ -154,10 +154,12 @@ Notes:
#include "emu.h"
#include "cpu/z80/z80.h"
-#include "sound/x1_010.h"
#include "machine/nvram.h"
#include "machine/ticket.h"
+#include "sound/x1_010.h"
#include "video/seta001.h"
+#include "screen.h"
+#include "speaker.h"
class champbwl_state : public driver_device
{