mc68hc11: fixed hang after soft reset. (nw)
This commit is contained in:
parent
5c3ef263d5
commit
7450f091ce
@ -491,6 +491,7 @@ static CPU_RESET( hc11 )
|
|||||||
cpustate->tcnt = 0xffff;
|
cpustate->tcnt = 0xffff;
|
||||||
// cpustate->por = 1; // for first timer overflow / compare stuff
|
// cpustate->por = 1; // for first timer overflow / compare stuff
|
||||||
cpustate->pr = 3; // timer prescale
|
cpustate->pr = 3; // timer prescale
|
||||||
|
cpustate->frc_base = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static CPU_EXIT( hc11 )
|
static CPU_EXIT( hc11 )
|
||||||
|
Loading…
Reference in New Issue
Block a user