summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynduke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dynduke.cpp')
-rw-r--r--src/mame/drivers/dynduke.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/dynduke.cpp b/src/mame/drivers/dynduke.cpp
index 1c61c6a743a..b87f98df007 100644
--- a/src/mame/drivers/dynduke.cpp
+++ b/src/mame/drivers/dynduke.cpp
@@ -68,11 +68,14 @@ Also, implemented conditional port for Coin Mode (SW1:1)
***************************************************************************/
#include "emu.h"
+#include "includes/dynduke.h"
+
#include "cpu/nec/nec.h"
#include "cpu/z80/z80.h"
#include "sound/3812intf.h"
#include "sound/okim6295.h"
-#include "includes/dynduke.h"
+#include "screen.h"
+#include "speaker.h"
/* Memory Maps */