summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsmpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsmpoker.cpp')
-rw-r--r--src/mame/drivers/nsmpoker.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/nsmpoker.cpp b/src/mame/drivers/nsmpoker.cpp
index 318e7d23cff..6589293b7ef 100644
--- a/src/mame/drivers/nsmpoker.cpp
+++ b/src/mame/drivers/nsmpoker.cpp
@@ -58,12 +58,13 @@
*******************************************************************************/
-
-#define MASTER_CLOCK XTAL_22_1184MHz
-
#include "emu.h"
#include "cpu/tms9900/tms9995.h"
#include "sound/ay8910.h"
+#include "screen.h"
+
+
+#define MASTER_CLOCK XTAL_22_1184MHz
class nsmpoker_state : public driver_device