summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hyperspt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hyperspt.c')
-rw-r--r--src/mame/drivers/hyperspt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/hyperspt.c b/src/mame/drivers/hyperspt.c
index 9f122989eb7..c3dce62779a 100644
--- a/src/mame/drivers/hyperspt.c
+++ b/src/mame/drivers/hyperspt.c
@@ -6,10 +6,11 @@ Based on drivers from Juno First emulator by Chris Hardy (chrish@kcbbs.gen.nz)
#include "driver.h"
#include "cpu/z80/z80.h"
-#include "machine/konami1.h"
#include "cpu/m6809/m6809.h"
-#include "sound/vlm5030.h"
#include "sound/dac.h"
+#include "sound/sn76496.h"
+#include "sound/vlm5030.h"
+#include "machine/konami1.h"
extern UINT8 *hyperspt_scroll;