summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrcorp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astrcorp.cpp')
-rw-r--r--src/mame/drivers/astrcorp.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/astrcorp.cpp b/src/mame/drivers/astrcorp.cpp
index 3f59c92a7cc..c6c5d982231 100644
--- a/src/mame/drivers/astrcorp.cpp
+++ b/src/mame/drivers/astrcorp.cpp
@@ -39,9 +39,12 @@ To do:
#include "emu.h"
#include "cpu/m68000/m68000.h"
#include "machine/eepromser.h"
-#include "machine/ticket.h"
#include "machine/nvram.h"
+#include "machine/ticket.h"
#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
+
class astrocorp_state : public driver_device
{