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 167e323a9c..3a2b8a3ec0 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -710,7 +710,7 @@ void OPLWriteReg(FM_OPL *OPL, int r, int v) { OPL_CH *CH; int slot; - int block_fnum; + unsigned int block_fnum; switch(r&0xe0) { |