aboutsummaryrefslogtreecommitdiff
path: root/src-z80/player/freq.z80
diff options
context:
space:
mode:
Diffstat (limited to 'src-z80/player/freq.z80')
-rw-r--r--src-z80/player/freq.z806
1 files changed, 3 insertions, 3 deletions
diff --git a/src-z80/player/freq.z80 b/src-z80/player/freq.z80
index 7f963e5..6aae77b 100644
--- a/src-z80/player/freq.z80
+++ b/src-z80/player/freq.z80
@@ -94,9 +94,9 @@ FMFreqTable:
;****************************************************************************
PSGShiftTable:
- db 0
- db 2, 4, 6, 8, 10, 12
- db -2, -4, -6, -8, -10, -12
+ db 0*2 ; $0x
+ db 1*2, 2*2, 3*2, 4*2, 6*2, 8*2, 12*2 ; $1x..$7x
+ db -1*2, -2*2, -3*2, -4*2, -6*2, -8*2, -12*2 ; $8x..$Ex
;****************************************************************************
; DummyFMInstr