summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3c2410.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3c2410.cpp')
-rw-r--r--src/devices/machine/s3c2410.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/machine/s3c2410.cpp b/src/devices/machine/s3c2410.cpp
index c6319119914..f02f7eb8f57 100644
--- a/src/devices/machine/s3c2410.cpp
+++ b/src/devices/machine/s3c2410.cpp
@@ -9,10 +9,8 @@
*******************************************************************************/
#include "emu.h"
-#include "machine/s3c2410.h"
+#include "s3c2410.h"
-#include "cpu/arm7/arm7.h"
-#include "cpu/arm7/arm7core.h"
#include "screen.h"
@@ -243,7 +241,7 @@ s3c2410_device::s3c2410_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_uart, 0, sizeof(m_uart));