summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/camplynx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/camplynx.cpp')
-rw-r--r--src/mame/drivers/camplynx.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/mame/drivers/camplynx.cpp b/src/mame/drivers/camplynx.cpp
index 2f9207f1e0f..1c4977bd8e8 100644
--- a/src/mame/drivers/camplynx.cpp
+++ b/src/mame/drivers/camplynx.cpp
@@ -117,16 +117,22 @@
****************************************************************************/
#include "emu.h"
+
#include "cpu/z80/z80.h"
-#include "video/mc6845.h"
#include "imagedev/cassette.h"
+#include "machine/wd_fdc.h"
#include "sound/dac.h"
-#include "sound/wave.h"
#include "sound/volt_reg.h"
+#include "sound/wave.h"
+#include "video/mc6845.h"
+
#include "formats/camplynx_cas.h"
-#include "machine/wd_fdc.h"
#include "formats/camplynx_dsk.h"
+#include "screen.h"
+#include "speaker.h"
+
+
class camplynx_state : public driver_device
{
public: