summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pentagon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pentagon.cpp')
-rw-r--r--src/mame/drivers/pentagon.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/mame/drivers/pentagon.cpp b/src/mame/drivers/pentagon.cpp
index 725e3003b2c..0908792973f 100644
--- a/src/mame/drivers/pentagon.cpp
+++ b/src/mame/drivers/pentagon.cpp
@@ -3,15 +3,16 @@
#include "emu.h"
#include "includes/spectrum.h"
#include "includes/spec128.h"
-#include "imagedev/snapquik.h"
-#include "imagedev/cassette.h"
-#include "sound/ay8910.h"
-#include "sound/speaker.h"
-#include "formats/tzx_cas.h"
+
#include "machine/beta.h"
-#include "machine/ram.h"
+#include "sound/ay8910.h"
+
+#include "screen.h"
#include "softlist.h"
-#include "machine/spec_snqk.h"
+#include "speaker.h"
+
+#include "formats/tzx_cas.h"
+
class pentagon_state : public spectrum_state
{