diff options
Diffstat (limited to 'sound/fmopl.cpp')
-rw-r--r-- | sound/fmopl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index 8d1f9526f1..a8e2a3c641 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -991,7 +991,7 @@ void OPLResetChip(FM_OPL *OPL) { OPLWriteReg(OPL, 0x04,0); /* IRQ mask clear */ for(i = 0xff; i >= 0x20; i--) OPLWriteReg(OPL,i,0); - /* reset OPerator paramater */ + /* reset OPerator parameter */ for(c = 0; c < OPL->max_ch ;c++ ) { OPL_CH *CH = &OPL->P_CH[c]; /* OPL->P_CH[c].PAN = OPN_CENTER; */ |