summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/play_3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/play_3.cpp')
-rw-r--r--src/mame/drivers/play_3.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/play_3.cpp b/src/mame/drivers/play_3.cpp
index 8f07acf7d1e..af22906fa49 100644
--- a/src/mame/drivers/play_3.cpp
+++ b/src/mame/drivers/play_3.cpp
@@ -45,14 +45,18 @@ The manual is not that clear, there's a lot we don't know, this *seems* to work.
#include "emu.h"
#include "machine/genpin.h"
+#include "audio/efo_zsu.h"
+
#include "cpu/cosmac/cosmac.h"
#include "machine/clock.h"
#include "machine/7474.h"
#include "sound/ay8910.h"
-#include "audio/efo_zsu.h"
+#include "speaker.h"
+
#include "play_3.lh"
+
class play_3_state : public genpin_class
{
public: