summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z1013.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z1013.cpp')
-rw-r--r--src/mame/drivers/z1013.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/z1013.cpp b/src/mame/drivers/z1013.cpp
index 5f05d470866..ce59dec2464 100644
--- a/src/mame/drivers/z1013.cpp
+++ b/src/mame/drivers/z1013.cpp
@@ -52,9 +52,11 @@ Due to no input checking, misuse of commands can crash the system.
#include "emu.h"
#include "cpu/z80/z80.h"
#include "machine/z80pio.h"
-#include "imagedev/snapquik.h"
#include "imagedev/cassette.h"
+#include "imagedev/snapquik.h"
#include "sound/wave.h"
+#include "screen.h"
+#include "speaker.h"
class z1013_state : public driver_device
@@ -66,7 +68,7 @@ public:
, m_cass(*this, "cassette")
, m_p_videoram(*this, "videoram")
, m_p_chargen(*this, "chargen")
- { }
+ { }
DECLARE_WRITE8_MEMBER(z1013_keyboard_w);
DECLARE_READ8_MEMBER(port_b_r);