summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mrgame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mrgame.cpp')
-rw-r--r--src/mame/drivers/mrgame.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/mrgame.cpp b/src/mame/drivers/mrgame.cpp
index 66a9333be43..ea3065cc1a1 100644
--- a/src/mame/drivers/mrgame.cpp
+++ b/src/mame/drivers/mrgame.cpp
@@ -31,7 +31,6 @@ ToDo:
*****************************************************************************************/
-
#include "emu.h"
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
@@ -41,6 +40,9 @@ ToDo:
#include "sound/tms5220.h"
#include "sound/volt_reg.h"
#include "video/resnet.h"
+#include "screen.h"
+#include "speaker.h"
+
class mrgame_state : public driver_device
{