summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alto2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alto2.cpp')
-rw-r--r--src/mame/drivers/alto2.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/alto2.cpp b/src/mame/drivers/alto2.cpp
index cd69efbe400..3d3ae5cdb9e 100644
--- a/src/mame/drivers/alto2.cpp
+++ b/src/mame/drivers/alto2.cpp
@@ -6,10 +6,11 @@
***************************************************************************/
#include "emu.h"
-#include "rendlay.h"
-#include "sound/speaker.h"
#include "cpu/alto2/alto2cpu.h"
#include "machine/diablo_hd.h"
+#include "screen.h"
+#include "rendlay.h"
+#include "speaker.h"
class alto2_state : public driver_device
{