aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/nuked.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/opl/nuked.cpp')
-rw-r--r--audio/softsynth/opl/nuked.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp
index 811feabe2f..9ee3ad39f0 100644
--- a/audio/softsynth/opl/nuked.cpp
+++ b/audio/softsynth/opl/nuked.cpp
@@ -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;