summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/comx35.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/comx35.cpp')
-rw-r--r--src/mame/video/comx35.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/video/comx35.cpp b/src/mame/video/comx35.cpp
index a596fcdfeac..32da4703c94 100644
--- a/src/mame/video/comx35.cpp
+++ b/src/mame/video/comx35.cpp
@@ -1,12 +1,15 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder
#include "emu.h"
-#include "rendlay.h"
#include "includes/comx35.h"
+
#include "cpu/cosmac/cosmac.h"
#include "sound/cdp1869.h"
#include "sound/wave.h"
#include "video/mc6845.h"
+#include "rendlay.h"
+#include "screen.h"
+#include "speaker.h"
WRITE8_MEMBER( comx35_state::cdp1869_w )
{