summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orbit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orbit.cpp')
-rw-r--r--src/mame/drivers/orbit.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/orbit.cpp b/src/mame/drivers/orbit.cpp
index a2e1370fbaf..7cbf45b2308 100644
--- a/src/mame/drivers/orbit.cpp
+++ b/src/mame/drivers/orbit.cpp
@@ -20,10 +20,12 @@ Atari Orbit Driver
***************************************************************************/
#include "emu.h"
-#include "cpu/m6800/m6800.h"
#include "includes/orbit.h"
+
+#include "cpu/m6800/m6800.h"
#include "machine/watchdog.h"
#include "sound/discrete.h"
+#include "speaker.h"
#define MASTER_CLOCK XTAL_12_096MHz