summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygay1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygay1b.c')
-rw-r--r--src/mame/drivers/maygay1b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/maygay1b.c b/src/mame/drivers/maygay1b.c
index 298c65dd662..56fe4026fb3 100644
--- a/src/mame/drivers/maygay1b.c
+++ b/src/mame/drivers/maygay1b.c
@@ -10,7 +10,7 @@
This only loads the basic stuff - there needs to be more done to make this run.
******************************************************************************************/
-#include "driver.h"
+#include "emu.h"
#include "cpu/m6809/m6809.h"
#include "video/awpvid.h" //Fruit Machines Only
#include "machine/6821pia.h"
@@ -21,7 +21,6 @@
#include "sound/ay8910.h"
#include "sound/2413intf.h"
#include "sound/okim6376.h"
-#include "timer.h"
#define VERBOSE 1
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)