summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intv.cpp')
-rw-r--r--src/mame/drivers/intv.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/intv.cpp b/src/mame/drivers/intv.cpp
index ec0a75f73b1..12834066b12 100644
--- a/src/mame/drivers/intv.cpp
+++ b/src/mame/drivers/intv.cpp
@@ -51,12 +51,15 @@ RO-3-9506 = 8KiB (4Kiw) self decoding address mask rom with external address dec
#include "emu.h"
+#include "includes/intv.h"
+
#include "cpu/m6502/m6502.h"
#include "cpu/cp1610/cp1610.h"
-#include "video/tms9927.h"
-#include "includes/intv.h"
#include "sound/ay8910.h"
+#include "screen.h"
#include "softlist.h"
+#include "speaker.h"
+
#ifndef VERBOSE
#ifdef MAME_DEBUG