lr35902.c: removed 2 unneeded assignments (nw)

This commit is contained in:
Wilbert Pol 2012-08-11 11:14:25 +00:00
parent 39ff9938d8
commit f1253322bb

View File

@ -198,8 +198,6 @@ void lr35902_cpu_device::device_reset()
m_L = 0x00;
m_SP = 0x0000;
m_PC = 0x0000;
m_timer_expired_func = NULL;
m_features = LR35902_FEATURE_HALT_BUG;
if ( c_regs ) {
m_A = c_regs[0] >> 8;
m_F = c_regs[0] & 0xFF;