AUDIO: Really fix constant type in Nuked OPL emulator
This commit is contained in:
parent
9b21e7507c
commit
28a3faa178
1 changed files with 1 additions and 1 deletions
|
@ -1154,7 +1154,7 @@ void OPL3_Generate(opl3_chip *chip, Bit16s *buf)
|
|||
|
||||
if (chip->eg_timerrem || chip->eg_state)
|
||||
{
|
||||
if (chip->eg_timer == 0xfffffffffUL)
|
||||
if (chip->eg_timer == 0xfffffffffULL)
|
||||
{
|
||||
chip->eg_timer = 0;
|
||||
chip->eg_timerrem = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue