summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamtor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamtor.cpp')
-rw-r--r--src/mame/drivers/gamtor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/gamtor.cpp b/src/mame/drivers/gamtor.cpp
index 46fe85f1d2f..2b7aa1ca10a 100644
--- a/src/mame/drivers/gamtor.cpp
+++ b/src/mame/drivers/gamtor.cpp
@@ -28,8 +28,10 @@
#include "emu.h"
#include "cpu/m68000/m68000.h"
-#include "video/pc_vga.h"
#include "machine/mcf5206e.h"
+#include "video/pc_vga.h"
+#include "speaker.h"
+
class gaminator_state : public driver_device
{