summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sderby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sderby.cpp')
-rw-r--r--src/mame/drivers/sderby.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/drivers/sderby.cpp b/src/mame/drivers/sderby.cpp
index 5e5e03d850a..41cc2729c94 100644
--- a/src/mame/drivers/sderby.cpp
+++ b/src/mame/drivers/sderby.cpp
@@ -61,14 +61,18 @@
*******************************************************************************************/
#include "emu.h"
-#include "cpu/m68000/m68000.h"
-#include "sound/okim6295.h"
#include "includes/sderby.h"
+
+#include "cpu/m68000/m68000.h"
#include "machine/nvram.h"
+#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
+#include "pmroulet.lh"
#include "sderby.lh"
#include "spacewin.lh"
-#include "pmroulet.lh"
+
/***************************
* R/W Handlers *