mc68hc11: fixed hang after soft reset. (nw)

This commit is contained in:
Sandro Ronco 2013-01-13 09:07:30 +00:00
parent 5c3ef263d5
commit 7450f091ce

View File

@ -491,6 +491,7 @@ static CPU_RESET( hc11 )
cpustate->tcnt = 0xffff;
// cpustate->por = 1; // for first timer overflow / compare stuff
cpustate->pr = 3; // timer prescale
cpustate->frc_base = 0;
}
static CPU_EXIT( hc11 )