summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tonton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tonton.cpp')
-rw-r--r--src/mame/drivers/tonton.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/tonton.cpp b/src/mame/drivers/tonton.cpp
index c972ac250d2..efef89e5df8 100644
--- a/src/mame/drivers/tonton.cpp
+++ b/src/mame/drivers/tonton.cpp
@@ -25,10 +25,11 @@
#include "emu.h"
#include "cpu/z80/z80.h"
+#include "machine/nvram.h"
+#include "machine/ticket.h"
#include "sound/ay8910.h"
#include "video/v9938.h"
-#include "machine/ticket.h"
-#include "machine/nvram.h"
+#include "speaker.h"
class tonton_state : public driver_device
{