summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spec128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spec128.cpp')
-rw-r--r--src/mame/drivers/spec128.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mame/drivers/spec128.cpp b/src/mame/drivers/spec128.cpp
index 7558332bc2d..9e85d1ba47f 100644
--- a/src/mame/drivers/spec128.cpp
+++ b/src/mame/drivers/spec128.cpp
@@ -151,15 +151,16 @@ resulting mess can be seen in the F4 viewer display.
*******************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
#include "includes/spectrum.h"
#include "includes/spec128.h"
-#include "imagedev/snapquik.h"
-#include "imagedev/cassette.h"
+
+#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "sound/speaker.h"
+
+#include "screen.h"
+
#include "formats/tzx_cas.h"
-#include "machine/ram.h"
+
/****************************************************************************************************/
/* Spectrum 128 specific functions */