summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti89.cpp')
-rw-r--r--src/mame/drivers/ti89.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/drivers/ti89.cpp b/src/mame/drivers/ti89.cpp
index 34eabdebae4..9d79267f0bc 100644
--- a/src/mame/drivers/ti89.cpp
+++ b/src/mame/drivers/ti89.cpp
@@ -17,13 +17,15 @@
****************************************************************************/
-
#include "emu.h"
-#include "cpu/m68000/m68000.h"
#include "includes/ti89.h"
-#include "machine/nvram.h"
+
+#include "cpu/m68000/m68000.h"
#include "machine/intelfsh.h"
+#include "machine/nvram.h"
#include "rendlay.h"
+#include "screen.h"
+
uint8_t ti68k_state::keypad_r()
{