summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tispeak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tispeak.cpp')
-rw-r--r--src/mame/drivers/tispeak.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/drivers/tispeak.cpp b/src/mame/drivers/tispeak.cpp
index ab986c29b12..5209008003c 100644
--- a/src/mame/drivers/tispeak.cpp
+++ b/src/mame/drivers/tispeak.cpp
@@ -400,11 +400,14 @@ K28 modules:
#include "emu.h"
#include "includes/hh_tms1k.h"
-#include "sound/tms5110.h"
-#include "machine/tms6100.h"
-#include "bus/generic/slot.h"
+
#include "bus/generic/carts.h"
+#include "bus/generic/slot.h"
+#include "machine/tms6100.h"
+#include "sound/tms5110.h"
+
#include "softlist.h"
+#include "speaker.h"
// internal artwork
#include "k28m2.lh"