summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bartop52.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bartop52.cpp')
-rw-r--r--src/mame/drivers/bartop52.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/bartop52.cpp b/src/mame/drivers/bartop52.cpp
index 49c15875705..30b2ba9f84f 100644
--- a/src/mame/drivers/bartop52.cpp
+++ b/src/mame/drivers/bartop52.cpp
@@ -18,12 +18,16 @@
*/
#include "emu.h"
-#include "cpu/m6502/m6502.h"
#include "includes/atari400.h"
-#include "sound/speaker.h"
+
+#include "cpu/m6502/m6502.h"
+#include "sound/spkrdev.h"
#include "sound/pokey.h"
#include "video/gtia.h"
+#include "screen.h"
+#include "speaker.h"
+
class bartop52_state : public atari_common_state
{