summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl3.cpp')
-rw-r--r--src/mame/drivers/itgambl3.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/itgambl3.cpp b/src/mame/drivers/itgambl3.cpp
index 95a592a6f6f..a7450add868 100644
--- a/src/mame/drivers/itgambl3.cpp
+++ b/src/mame/drivers/itgambl3.cpp
@@ -40,11 +40,13 @@
************************************************************************/
-#define MAIN_CLOCK XTAL_16MHz
-
#include "emu.h"
#include "cpu/h8/h83048.h"
#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
+
+#define MAIN_CLOCK XTAL_16MHz
class itgambl3_state : public driver_device