clang compile fix. (nw)

This commit is contained in:
Curt Coder 2014-06-09 12:57:43 +00:00
parent b1ce3204e5
commit a1b5d6f644

View File

@ -649,7 +649,7 @@ void rainbow_state::machine_reset()
device().machine().schedule_hard_reset(); device().machine().schedule_hard_reset();
} }
if ( (COLD_BOOT == 1) ) if ( COLD_BOOT == 1 )
{ {
COLD_BOOT = 2; COLD_BOOT = 2;
m_crtc->MHFU(-100); // reset MHFU counter m_crtc->MHFU(-100); // reset MHFU counter