mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
clang compile fix. (nw)
This commit is contained in:
parent
b1ce3204e5
commit
a1b5d6f644
@ -649,7 +649,7 @@ void rainbow_state::machine_reset()
|
||||
device().machine().schedule_hard_reset();
|
||||
}
|
||||
|
||||
if ( (COLD_BOOT == 1) )
|
||||
if ( COLD_BOOT == 1 )
|
||||
{
|
||||
COLD_BOOT = 2;
|
||||
m_crtc->MHFU(-100); // reset MHFU counter
|
||||
|
Loading…
Reference in New Issue
Block a user