summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/poolshrk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/poolshrk.cpp')
-rw-r--r--src/mame/drivers/poolshrk.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/poolshrk.cpp b/src/mame/drivers/poolshrk.cpp
index 7a26d97eed7..b9d29968640 100644
--- a/src/mame/drivers/poolshrk.cpp
+++ b/src/mame/drivers/poolshrk.cpp
@@ -7,10 +7,13 @@ Atari Poolshark Driver
***************************************************************************/
#include "emu.h"
-#include "cpu/m6800/m6800.h"
#include "includes/poolshrk.h"
+
+#include "cpu/m6800/m6800.h"
#include "sound/discrete.h"
+#include "screen.h"
+#include "speaker.h"