summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3c2440.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3c2440.cpp')
-rw-r--r--src/devices/machine/s3c2440.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/machine/s3c2440.cpp b/src/devices/machine/s3c2440.cpp
index 562067879b1..200508edb95 100644
--- a/src/devices/machine/s3c2440.cpp
+++ b/src/devices/machine/s3c2440.cpp
@@ -9,10 +9,8 @@
*******************************************************************************/
#include "emu.h"
-#include "machine/s3c2440.h"
+#include "s3c2440.h"
-#include "cpu/arm7/arm7.h"
-#include "cpu/arm7/arm7core.h"
#include "screen.h"
@@ -258,7 +256,7 @@ s3c2440_device::s3c2440_device(const machine_config &mconfig, const char *tag, d
memset(&m_irq, 0, sizeof(m_irq));
memset(m_dma, 0, sizeof(m_dma));
memset(&m_clkpow, 0, sizeof(m_clkpow));
- memset(&m_lcd, 0, sizeof(m_lcd));
+ m_lcd.clear();
memset(&m_lcdpal, 0, sizeof(m_lcdpal));
memset(&m_nand, 0, sizeof(m_nand));
memset(&m_cam, 0, sizeof(m_cam));