merge
This commit is contained in:
commit
0d961d31bc
2 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,7 @@ dosample(short *smp)
|
||||||
ch4sr |= k;
|
ch4sr |= k;
|
||||||
ch4c = 0;
|
ch4c = 0;
|
||||||
}
|
}
|
||||||
|
ch4c++;
|
||||||
if(ch4sr & 1)
|
if(ch4sr & 1)
|
||||||
ch4s = -1;
|
ch4s = -1;
|
||||||
else
|
else
|
||||||
|
|
|
@ -81,6 +81,7 @@ loadstate(char *file)
|
||||||
clock = get32();
|
clock = get32();
|
||||||
ppuclock = get32();
|
ppuclock = get32();
|
||||||
divclock = get32();
|
divclock = get32();
|
||||||
|
timerclock = get32();
|
||||||
timerfreq = get32();
|
timerfreq = get32();
|
||||||
timer = get32();
|
timer = get32();
|
||||||
rombank = get32();
|
rombank = get32();
|
||||||
|
|
Loading…
Reference in a new issue