curr -> cur

This commit is contained in:
tildearrow 2022-09-25 17:31:01 -05:00
parent 305ee2cbb0
commit 07822de0a2
5 changed files with 52 additions and 52 deletions

View file

@ -57,7 +57,7 @@ class DivPlatformAY8910: public DivDispatch {
PSGMode(unsigned char v=0):
val(v) {}
};
PSGMode currPSGMode;
PSGMode curPSGMode;
PSGMode nextPSGMode;
struct DAC {
@ -85,7 +85,7 @@ class DivPlatformAY8910: public DivDispatch {
pitch2=0;
}
Channel():
currPSGMode(PSGMode(0)),
curPSGMode(PSGMode(0)),
nextPSGMode(PSGMode(1)),
dac(DAC()),
freq(0),