summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/silvmil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/silvmil.cpp')
-rw-r--r--src/mame/drivers/silvmil.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/silvmil.cpp b/src/mame/drivers/silvmil.cpp
index a365dd8a2fc..38457eed1b8 100644
--- a/src/mame/drivers/silvmil.cpp
+++ b/src/mame/drivers/silvmil.cpp
@@ -28,8 +28,10 @@ Very likely to be 'whatever crystals we had on hand which were close enough for
#include "cpu/m68000/m68000.h"
#include "machine/gen_latch.h"
#include "sound/okim6295.h"
-#include "video/decospr.h"
#include "sound/ym2151.h"
+#include "video/decospr.h"
+#include "screen.h"
+#include "speaker.h"
class silvmil_state : public driver_device