summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/upscope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/upscope.cpp')
-rw-r--r--src/mame/drivers/upscope.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/upscope.cpp b/src/mame/drivers/upscope.cpp
index 20a79f6a81f..e82ca3eb601 100644
--- a/src/mame/drivers/upscope.cpp
+++ b/src/mame/drivers/upscope.cpp
@@ -26,10 +26,11 @@
**********************************************************************************/
#include "emu.h"
-#include "cpu/m68000/m68000.h"
#include "includes/amiga.h"
+#include "cpu/m68000/m68000.h"
#include "machine/nvram.h"
#include "machine/amigafdc.h"
+#include "speaker.h"
class upscope_state : public amiga_state