summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m5.cpp')
-rw-r--r--src/mame/drivers/m5.cpp17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/mame/drivers/m5.cpp b/src/mame/drivers/m5.cpp
index c1192e3f35d..2c7d99b81eb 100644
--- a/src/mame/drivers/m5.cpp
+++ b/src/mame/drivers/m5.cpp
@@ -275,24 +275,21 @@ Few other notes:
#include "emu.h"
+#include "includes/m5.h"
+
#include "cpu/z80/z80.h"
#include "cpu/z80/z80daisy.h"
-#include "formats/m5_dsk.h"
-#include "formats/sord_cas.h"
-#include "imagedev/cassette.h"
-#include "bus/centronics/ctronics.h"
-#include "machine/i8255.h"
-#include "machine/ram.h"
-#include "machine/wd_fdc.h" //brno mod
-#include "machine/upd765.h"
#include "machine/z80ctc.h"
#include "sound/sn76496.h"
#include "video/tms9928a.h"
-#include "bus/m5/slot.h"
+
#include "bus/m5/rom.h"
+
#include "softlist.h"
-#include "includes/m5.h"
+#include "speaker.h"
+#include "formats/m5_dsk.h"
+#include "formats/sord_cas.h"