summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aeroboto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aeroboto.cpp')
-rw-r--r--src/mame/drivers/aeroboto.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/aeroboto.cpp b/src/mame/drivers/aeroboto.cpp
index c06625387cf..25dd1ee8cf4 100644
--- a/src/mame/drivers/aeroboto.cpp
+++ b/src/mame/drivers/aeroboto.cpp
@@ -25,10 +25,14 @@ Revisions:
****************************************************************************/
#include "emu.h"
+#include "includes/aeroboto.h"
+
#include "cpu/m6809/m6809.h"
#include "machine/gen_latch.h"
#include "sound/ay8910.h"
-#include "includes/aeroboto.h"
+
+#include "screen.h"
+#include "speaker.h"
READ8_MEMBER(aeroboto_state::aeroboto_201_r)