summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/smc777.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/smc777.cpp')
-rw-r--r--src/mame/drivers/smc777.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/drivers/smc777.cpp b/src/mame/drivers/smc777.cpp
index 3d1776728b2..1f62cd90fba 100644
--- a/src/mame/drivers/smc777.cpp
+++ b/src/mame/drivers/smc777.cpp
@@ -21,12 +21,15 @@
#include "emu.h"
#include "cpu/z80/z80.h"
-#include "sound/sn76496.h"
+#include "imagedev/flopdrv.h"
+#include "machine/wd_fdc.h"
#include "sound/beep.h"
+#include "sound/sn76496.h"
#include "video/mc6845.h"
-#include "machine/wd_fdc.h"
-#include "imagedev/flopdrv.h"
+#include "screen.h"
#include "softlist.h"
+#include "speaker.h"
+
#define MASTER_CLOCK XTAL_4_028MHz