AUDIO: Really fix constant type in Nuked OPL emulator

This commit is contained in:
Adrian Frühwirth 2018-04-07 14:41:06 +02:00
parent 9b21e7507c
commit 28a3faa178

View file

@ -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;