summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gmaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gmaster.cpp')
-rw-r--r--src/mame/drivers/gmaster.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mame/drivers/gmaster.cpp b/src/mame/drivers/gmaster.cpp
index 0cbcb0c84cb..ecc0083885b 100644
--- a/src/mame/drivers/gmaster.cpp
+++ b/src/mame/drivers/gmaster.cpp
@@ -5,12 +5,18 @@
******************************************************************************/
#include "emu.h"
+
#include "cpu/upd7810/upd7810.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
+
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
+
#include "rendlay.h"
+#include "screen.h"
#include "softlist.h"
+#include "speaker.h"
+
class gmaster_state : public driver_device
{