summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gatron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gatron.cpp')
-rw-r--r--src/mame/drivers/gatron.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mame/drivers/gatron.cpp b/src/mame/drivers/gatron.cpp
index b7e54dc6eb2..2dcef27e1e0 100644
--- a/src/mame/drivers/gatron.cpp
+++ b/src/mame/drivers/gatron.cpp
@@ -321,19 +321,23 @@
*****************************************************************************************/
-#define MASTER_CLOCK XTAL_16MHz
-
#include "emu.h"
+#include "includes/gatron.h"
+
#include "cpu/z80/z80.h"
-#include "sound/sn76496.h"
#include "machine/i8255.h"
#include "machine/nvram.h"
+#include "sound/sn76496.h"
+#include "screen.h"
+#include "speaker.h"
+
+#include "bingo.lh"
#include "poker41.lh"
#include "pulltabs.lh"
-#include "bingo.lh"
-#include "includes/gatron.h"
+#define MASTER_CLOCK XTAL_16MHz
+
/****************************
* Read/Write Handlers *
****************************/