summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alpha68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alpha68k.cpp')
-rw-r--r--src/mame/drivers/alpha68k.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/alpha68k.cpp b/src/mame/drivers/alpha68k.cpp
index df37a9da3f3..43f9acf7a42 100644
--- a/src/mame/drivers/alpha68k.cpp
+++ b/src/mame/drivers/alpha68k.cpp
@@ -186,6 +186,7 @@ DIP locations verified from manuals for:
#include "emu.h"
#include "includes/alpha68k.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/mcs48/mcs48.h"
#include "cpu/z80/z80.h"
@@ -195,7 +196,8 @@ DIP locations verified from manuals for:
#include "sound/dac.h"
#include "sound/volt_reg.h"
#include "sound/ym2413.h"
-
+#include "screen.h"
+#include "speaker.h"