summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hec2hrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hec2hrp.cpp')
-rw-r--r--src/mame/drivers/hec2hrp.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/mame/drivers/hec2hrp.cpp b/src/mame/drivers/hec2hrp.cpp
index 012b852d1cc..7b990ed4edd 100644
--- a/src/mame/drivers/hec2hrp.cpp
+++ b/src/mame/drivers/hec2hrp.cpp
@@ -72,17 +72,22 @@
*/
#include "emu.h"
+#include "includes/hec2hrp.h"
+#include "cpu/z80/z80.h"
#include "imagedev/cassette.h"
-#include "formats/hect_tap.h"
#include "imagedev/printer.h"
-#include "sound/wave.h" /* for K7 sound*/
-#include "sound/discrete.h" /* for 1 Bit sound*/
#include "machine/upd765.h" /* for floppy disc controller */
-#include "cpu/z80/z80.h"
+#include "sound/discrete.h" /* for 1 Bit sound*/
+#include "sound/wave.h" /* for K7 sound*/
+
+#include "screen.h"
+#include "speaker.h"
+
#include "formats/hect_dsk.h"
+#include "formats/hect_tap.h"
#include "formats/hector_minidisc.h"
-#include "includes/hec2hrp.h"
+
/*****************************************************************************/
static ADDRESS_MAP_START(hecdisc2_mem, AS_PROGRAM, 8, hec2hrp_state )