summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tim100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tim100.cpp')
-rw-r--r--src/mame/drivers/tim100.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/tim100.cpp b/src/mame/drivers/tim100.cpp
index 382293af94c..5e80ae8c2f5 100644
--- a/src/mame/drivers/tim100.cpp
+++ b/src/mame/drivers/tim100.cpp
@@ -17,11 +17,12 @@ Notes:
*******************************************************************************************************/
#include "emu.h"
+#include "bus/rs232/rs232.h"
#include "cpu/i8085/i8085.h"
+#include "machine/clock.h"
#include "machine/i8251.h"
#include "video/i8275.h"
-#include "bus/rs232/rs232.h"
-#include "machine/clock.h"
+#include "screen.h"
class tim100_state : public driver_device
{