summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tbowl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tbowl.cpp')
-rw-r--r--src/mame/drivers/tbowl.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/tbowl.cpp b/src/mame/drivers/tbowl.cpp
index 5e372595193..f7ff8bbbb5c 100644
--- a/src/mame/drivers/tbowl.cpp
+++ b/src/mame/drivers/tbowl.cpp
@@ -15,10 +15,14 @@ Might be some priority glitches
***/
#include "emu.h"
+#include "includes/tbowl.h"
+
#include "cpu/z80/z80.h"
#include "sound/3812intf.h"
+
#include "rendlay.h"
-#include "includes/tbowl.h"
+#include "screen.h"
+#include "speaker.h"
WRITE8_MEMBER(tbowl_state::coincounter_w)