more work in progress stuff

This commit is contained in:
tildearrow 2025-04-21 03:25:38 -05:00
parent 7aa735857c
commit 0bc85b3ee6

View file

@ -506,6 +506,7 @@ fcsChannelPost:
bpl fcsChanPlus bpl fcsChanPlus
fcsChanMinus: fcsChanMinus:
; if (chanVol[x]<0) ; if (chanVol[x]<0)
bcc fcs
jmp fcsChanDoPitch jmp fcsChanDoPitch
fcsChanPlus: fcsChanPlus:
; if (chanVol[x]>=fcsVolMax[x] || CARRY) ; if (chanVol[x]>=fcsVolMax[x] || CARRY)