summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aerofgt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aerofgt.cpp')
-rw-r--r--src/mame/drivers/aerofgt.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/aerofgt.cpp b/src/mame/drivers/aerofgt.cpp
index 2fb4748ccdd..b9695300597 100644
--- a/src/mame/drivers/aerofgt.cpp
+++ b/src/mame/drivers/aerofgt.cpp
@@ -61,11 +61,14 @@ Verification still needed for the other PCBs.
***************************************************************************/
#include "emu.h"
+#include "includes/aerofgt.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
#include "sound/2610intf.h"
#include "sound/3812intf.h"
-#include "includes/aerofgt.h"
+#include "screen.h"
+#include "speaker.h"
WRITE8_MEMBER(aerofgt_state::sound_command_w)