summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pecom.cpp')
-rw-r--r--src/mame/video/pecom.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/video/pecom.cpp b/src/mame/video/pecom.cpp
index 74653af7432..cb79b8ea4cd 100644
--- a/src/mame/video/pecom.cpp
+++ b/src/mame/video/pecom.cpp
@@ -9,11 +9,12 @@
****************************************************************************/
#include "emu.h"
-#include "sound/cdp1869.h"
-#include "sound/wave.h"
-#include "cpu/cosmac/cosmac.h"
#include "includes/pecom.h"
+#include "sound/wave.h"
+#include "speaker.h"
+
+
WRITE8_MEMBER(pecom_state::pecom_cdp1869_w)
{
uint16_t ma = m_cdp1802->get_memory_address();