summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mouser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mouser.cpp')
-rw-r--r--src/mame/drivers/mouser.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/mouser.cpp b/src/mame/drivers/mouser.cpp
index a64e53aa513..d1a096749f5 100644
--- a/src/mame/drivers/mouser.cpp
+++ b/src/mame/drivers/mouser.cpp
@@ -15,9 +15,13 @@
*******************************************************************************/
#include "emu.h"
+#include "includes/mouser.h"
+
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "includes/mouser.h"
+#include "screen.h"
+#include "speaker.h"
+
/* Mouser has external masking circuitry around
* the NMI input on the main CPU */