mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-12-27 23:31:04 +00:00
Modified ADSR envelope, seems to work better.
This commit is contained in:
parent
002c0b79df
commit
ec02d0cc41
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
0
ensq_freq_table
Executable file → Normal file
0
ensq_freq_table
Executable file → Normal file
@ -732,7 +732,7 @@ ADSRPHASE STX OSCNUM
|
|||||||
:S1 TYA ; Change/step -> A
|
:S1 TYA ; Change/step -> A
|
||||||
CLC
|
CLC
|
||||||
ADC CURRAMP,X ; Add change to current amp
|
ADC CURRAMP,X ; Add change to current amp
|
||||||
BCS :CLAMP ; If overflow, clamp to target
|
* BCS :CLAMP ; If overflow, clamp to target
|
||||||
CMP :TARGET ; Compare with target
|
CMP :TARGET ; Compare with target
|
||||||
BCS :CLAMP ; If target < sum, clamp to target
|
BCS :CLAMP ; If target < sum, clamp to target
|
||||||
BRA :UPDATE
|
BRA :UPDATE
|
||||||
|
0
mame_applecorn
Executable file → Normal file
0
mame_applecorn
Executable file → Normal file
0
mock_freq_table
Executable file → Normal file
0
mock_freq_table
Executable file → Normal file
Loading…
Reference in New Issue
Block a user