summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti85.cpp')
-rw-r--r--src/mame/drivers/ti85.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/ti85.cpp b/src/mame/drivers/ti85.cpp
index 179149c33d6..fc8aab49ddf 100644
--- a/src/mame/drivers/ti85.cpp
+++ b/src/mame/drivers/ti85.cpp
@@ -202,10 +202,14 @@ TI-86 ports:
***************************************************************************/
#include "emu.h"
+#include "includes/ti85.h"
+
#include "cpu/z80/z80.h"
#include "imagedev/snapquik.h"
-#include "includes/ti85.h"
#include "machine/bankdev.h"
+#include "screen.h"
+#include "speaker.h"
+
/* port i/o functions */