summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv910.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv910.cpp')
-rw-r--r--src/mame/drivers/tv910.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/tv910.cpp b/src/mame/drivers/tv910.cpp
index 60471c5915d..adc6615e63c 100644
--- a/src/mame/drivers/tv910.cpp
+++ b/src/mame/drivers/tv910.cpp
@@ -21,11 +21,12 @@
****************************************************************************/
#include "emu.h"
+#include "bus/rs232/rs232.h"
#include "cpu/m6502/m6502.h"
-#include "video/mc6845.h"
-#include "machine/mos6551.h"
#include "machine/kb3600.h"
-#include "bus/rs232/rs232.h"
+#include "machine/mos6551.h"
+#include "video/mc6845.h"
+#include "screen.h"
#define ACIA_TAG "acia1"
#define CRTC_TAG "crtc"