summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/88games.cpp')
-rw-r--r--src/mame/drivers/88games.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/88games.cpp b/src/mame/drivers/88games.cpp
index 5ec57a8a11e..17364b242d5 100644
--- a/src/mame/drivers/88games.cpp
+++ b/src/mame/drivers/88games.cpp
@@ -7,13 +7,17 @@
***************************************************************************/
#include "emu.h"
+#include "includes/88games.h"
+
#include "cpu/m6809/konami.h"
#include "cpu/z80/z80.h"
-#include "sound/ym2151.h"
#include "machine/gen_latch.h"
#include "machine/nvram.h"
#include "machine/watchdog.h"
-#include "includes/88games.h"
+#include "sound/ym2151.h"
+
+#include "screen.h"
+#include "speaker.h"
/*************************************