summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igspoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igspoker.cpp')
-rw-r--r--src/mame/drivers/igspoker.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/igspoker.cpp b/src/mame/drivers/igspoker.cpp
index 532526dd575..5597e6280b2 100644
--- a/src/mame/drivers/igspoker.cpp
+++ b/src/mame/drivers/igspoker.cpp
@@ -64,15 +64,19 @@ FIX: PK Tetris have an input named AMUSE which I couldn't map. Maybe it is
*****************************************************************************/
-#define VERBOSE 0
-
#include "emu.h"
#include "cpu/z80/z80.h"
#include "sound/ym2413.h"
#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
+
#include "igspoker.lh"
+#define VERBOSE 0
+
+
class igspoker_state : public driver_device
{
public: