summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/commando.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/commando.cpp')
-rw-r--r--src/mame/drivers/commando.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/commando.cpp b/src/mame/drivers/commando.cpp
index d7f29bc85d4..f48e5565a92 100644
--- a/src/mame/drivers/commando.cpp
+++ b/src/mame/drivers/commando.cpp
@@ -45,10 +45,13 @@ Note : there is an ingame typo bug that doesn't display the bonus life values
***************************************************************************/
#include "emu.h"
+#include "includes/commando.h"
+
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "sound/2203intf.h"
-#include "includes/commando.h"
+#include "screen.h"
+#include "speaker.h"
/* Memory Maps */