summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/play_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/play_1.cpp')
-rw-r--r--src/mame/drivers/play_1.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/play_1.cpp b/src/mame/drivers/play_1.cpp
index c5109c99bac..a48e8b08efa 100644
--- a/src/mame/drivers/play_1.cpp
+++ b/src/mame/drivers/play_1.cpp
@@ -19,14 +19,17 @@ Others: When starting the game, hold down X, then release and hit Z, otherwise
**********************************************************************************/
-
#include "emu.h"
#include "machine/genpin.h"
+
#include "cpu/cosmac/cosmac.h"
#include "machine/clock.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
+#include "speaker.h"
+
#include "play_1.lh"
+
class play_1_state : public genpin_class
{
public: