summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gng.cpp')
-rw-r--r--src/mame/drivers/gng.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/gng.cpp b/src/mame/drivers/gng.cpp
index 656aa49b122..ce93aa172a9 100644
--- a/src/mame/drivers/gng.cpp
+++ b/src/mame/drivers/gng.cpp
@@ -23,11 +23,14 @@ Notes:
***************************************************************************/
#include "emu.h"
+#include "includes/gng.h"
+
#include "cpu/z80/z80.h"
#include "cpu/m6809/m6809.h"
#include "machine/gen_latch.h"
#include "sound/2203intf.h"
-#include "includes/gng.h"
+#include "screen.h"
+#include "speaker.h"
WRITE8_MEMBER(gng_state::gng_bankswitch_w)