summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gameking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gameking.cpp')
-rw-r--r--src/mame/drivers/gameking.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/gameking.cpp b/src/mame/drivers/gameking.cpp
index 97cb7c93273..6ec2dc1d045 100644
--- a/src/mame/drivers/gameking.cpp
+++ b/src/mame/drivers/gameking.cpp
@@ -25,13 +25,15 @@
Datasheet: http://www.generalplus.com/doc/ds/GPL133AV10_spec.pdf
*/
-#include <stddef.h>
#include "emu.h"
#include "cpu/m6502/r65c02.h"
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
+#include "screen.h"
#include "softlist.h"
+#include <stddef.h>
+
class gameking_state : public driver_device
{
public: