AUDIO: Specify constant type in Nuked OPL emulator
This commit is contained in:
parent
52fc7e34d8
commit
b1d2d56198
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 == 0xfffffffff)
|
||||
if (chip->eg_timer == 0xfffffffffUL)
|
||||
{
|
||||
chip->eg_timer = 0;
|
||||
chip->eg_timerrem = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue