aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/sfx.z80
diff options
context:
space:
mode:
authorsik2016-06-06 18:11:45 -0300
committersik2016-06-06 18:11:45 -0300
commitf42cb51f0c85d94cb2992008b3f96534e351a2e1 (patch)
treece82fe108576a55a2afb2f149eb50fce63666caa /src-z80/core/sfx.z80
parent8721b1d95511255613eda5da97ecc57d5bf6413a (diff)
Added ~ events
Diffstat (limited to 'src-z80/core/sfx.z80')
-rw-r--r--src-z80/core/sfx.z803
1 files changed, 3 insertions, 0 deletions
diff --git a/src-z80/core/sfx.z80 b/src-z80/core/sfx.z80
index fc636e9..1c62873 100644
--- a/src-z80/core/sfx.z80
+++ b/src-z80/core/sfx.z80
@@ -133,6 +133,9 @@ ProcessSFXRun:
PollPCM
ld a, b
+ cp $E0 ; Events $D0-$DF: short set delay
+ jp c, SetDelaySFXShort
+
cp $E8
jp c, LockChannelFM ; Events $E0-$E7: lock FM channel
cp $EC