summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mgavegas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mgavegas.cpp')
-rw-r--r--src/mame/drivers/mgavegas.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/mgavegas.cpp b/src/mame/drivers/mgavegas.cpp
index d5efe2a703f..6b48e387cfa 100644
--- a/src/mame/drivers/mgavegas.cpp
+++ b/src/mame/drivers/mgavegas.cpp
@@ -19,13 +19,16 @@ Ver. 2.2 should exist
#include "emu.h"
#include "cpu/z80/z80.h"
-#include "sound/ay8910.h"
-#include "sound/msm5205.h"
#include "machine/nvram.h"
#include "machine/ticket.h"
+#include "sound/ay8910.h"
#include "sound/flt_rc.h"
+#include "sound/msm5205.h"
+#include "speaker.h"
+
#include "mgavegas.lh"
+
/****************************
* LOG defines *
****************************/