summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/b2m.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/b2m.cpp')
-rw-r--r--src/mame/drivers/b2m.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/b2m.cpp b/src/mame/drivers/b2m.cpp
index 36fe7c2bd44..e2c5cc17ec5 100644
--- a/src/mame/drivers/b2m.cpp
+++ b/src/mame/drivers/b2m.cpp
@@ -19,7 +19,9 @@
#include "machine/ram.h"
#include "includes/b2m.h"
#include "formats/smx_dsk.h"
+#include "screen.h"
#include "softlist.h"
+#include "speaker.h"
/* Address maps */
static ADDRESS_MAP_START(b2m_mem, AS_PROGRAM, 8, b2m_state )