aboutsummaryrefslogtreecommitdiff
path: root/src-z80/player/freq.z80
diff options
context:
space:
mode:
authorsik2018-01-22 19:19:19 -0300
committersik2018-01-22 19:19:19 -0300
commit8fdf49b8e53fd3063ccc2eb51c49c3b6e4d073bb (patch)
treeaddb91518f99d4df76986d3e282e41cd6baf077e /src-z80/player/freq.z80
parenta2f67fbe8fe6b27f661e70ce2b6b75c17cd1fe54 (diff)
Echo 1.6 release... kind of a mess, will clean up in further commits I guess
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