summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esq5505.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esq5505.cpp')
-rw-r--r--src/mame/drivers/esq5505.cpp20
1 files changed, 12 insertions, 8 deletions
diff --git a/src/mame/drivers/esq5505.cpp b/src/mame/drivers/esq5505.cpp
index 59a44729f47..d9aaaf6e576 100644
--- a/src/mame/drivers/esq5505.cpp
+++ b/src/mame/drivers/esq5505.cpp
@@ -127,20 +127,24 @@
***************************************************************************/
#include "emu.h"
-#include <cstdio>
#include "bus/midi/midi.h"
-#include "cpu/m68000/m68000.h"
-#include "sound/es5506.h"
-#include "sound/esqpump.h"
-#include "machine/mc68681.h"
#include "cpu/es5510/es5510.h"
-#include "machine/wd_fdc.h"
-#include "machine/hd63450.h" // compatible with MC68450, which is what these really have
+#include "cpu/m68000/m68000.h"
#include "formats/esq16_dsk.h"
-#include "machine/esqvfd.h"
#include "machine/esqlcd.h"
#include "machine/esqpanel.h"
+#include "machine/esqvfd.h"
+#include "machine/hd63450.h" // compatible with MC68450, which is what these really have
+#include "machine/mc68681.h"
+#include "machine/wd_fdc.h"
+#include "sound/es5506.h"
+#include "sound/esqpump.h"
+
+#include "speaker.h"
+
+#include <cstdio>
+
#define GENERIC (0)
#define EPS (1)