summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tickee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tickee.cpp')
-rw-r--r--src/mame/drivers/tickee.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/drivers/tickee.cpp b/src/mame/drivers/tickee.cpp
index e4305c097da..9cc0f2afb4a 100644
--- a/src/mame/drivers/tickee.cpp
+++ b/src/mame/drivers/tickee.cpp
@@ -23,12 +23,14 @@
#include "emu.h"
#include "cpu/tms34010/tms34010.h"
+#include "machine/nvram.h"
#include "machine/ticket.h"
-#include "video/tlc34076.h"
+#include "machine/watchdog.h"
#include "sound/ay8910.h"
#include "sound/okim6295.h"
-#include "machine/nvram.h"
-#include "machine/watchdog.h"
+#include "video/tlc34076.h"
+#include "screen.h"
+#include "speaker.h"
class tickee_state : public driver_device