summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vroulet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vroulet.cpp')
-rw-r--r--src/mame/drivers/vroulet.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/vroulet.cpp b/src/mame/drivers/vroulet.cpp
index c6d342b9c6b..43b2449fbe2 100644
--- a/src/mame/drivers/vroulet.cpp
+++ b/src/mame/drivers/vroulet.cpp
@@ -39,8 +39,10 @@ Tomasz Slanina 20050225
#include "emu.h"
#include "cpu/z80/z80.h"
#include "machine/i8255.h"
-#include "sound/ay8910.h"
#include "machine/nvram.h"
+#include "sound/ay8910.h"
+#include "screen.h"
+#include "speaker.h"
class vroulet_state : public driver_device