Previous 199869 Revisions Next

r30910 Monday 9th June, 2014 at 12:57:43 UTC by Curt Coder
clang compile fix. (nw)
[src/mess/drivers]rainbow.c

trunk/src/mess/drivers/rainbow.c
r30909r30910
649649      device().machine().schedule_hard_reset();
650650   }
651651
652   if ( (COLD_BOOT == 1) )
652   if ( COLD_BOOT == 1 )
653653   {
654654      COLD_BOOT = 2;
655655      m_crtc->MHFU(-100); // reset MHFU counter

Previous 199869 Revisions Next


© 1997-2024 The MAME Team