summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superchs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/superchs.cpp')
-rw-r--r--src/mame/drivers/superchs.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/superchs.cpp b/src/mame/drivers/superchs.cpp
index f0b49df03dc..436646a5880 100644
--- a/src/mame/drivers/superchs.cpp
+++ b/src/mame/drivers/superchs.cpp
@@ -41,13 +41,15 @@
***************************************************************************/
#include "emu.h"
+#include "includes/superchs.h"
+#include "audio/taito_en.h"
+
#include "cpu/m68000/m68000.h"
#include "machine/eepromser.h"
#include "sound/es5506.h"
-#include "audio/taito_en.h"
+#include "screen.h"
#include "superchs.lh"
-#include "includes/superchs.h"
/*********************************************************************/