summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/guab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/guab.cpp')
-rw-r--r--src/mame/drivers/guab.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mame/drivers/guab.cpp b/src/mame/drivers/guab.cpp
index 3fae6e696cc..7ef39617c86 100644
--- a/src/mame/drivers/guab.cpp
+++ b/src/mame/drivers/guab.cpp
@@ -38,16 +38,20 @@
***************************************************************************/
#include "emu.h"
+
#include "cpu/m68000/m68000.h"
+#include "formats/guab_dsk.h"
#include "machine/6840ptm.h"
-#include "machine/i8255.h"
#include "machine/6850acia.h"
-#include "video/tms34061.h"
-#include "video/ef9369.h"
-#include "sound/sn76496.h"
+#include "machine/i8255.h"
#include "machine/wd_fdc.h"
-#include "formats/guab_dsk.h"
+#include "sound/sn76496.h"
+#include "video/ef9369.h"
+#include "video/tms34061.h"
+#include "screen.h"
#include "softlist.h"
+#include "speaker.h"
+
#include "guab.lh"