summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcond1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcond1.cpp')
-rw-r--r--src/mame/drivers/namcond1.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/drivers/namcond1.cpp b/src/mame/drivers/namcond1.cpp
index ff0662c4c91..2123d28d516 100644
--- a/src/mame/drivers/namcond1.cpp
+++ b/src/mame/drivers/namcond1.cpp
@@ -69,11 +69,15 @@ Notes:
*************************************************************/
#include "emu.h"
-#include "cpu/m68000/m68000.h"
-#include "cpu/h8/h83002.h"
#include "includes/namcond1.h"
-#include "sound/c352.h"
+
+#include "cpu/h8/h83002.h"
+#include "cpu/m68000/m68000.h"
#include "machine/at28c16.h"
+#include "sound/c352.h"
+#include "screen.h"
+#include "speaker.h"
+
/*************************************************************/