1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-11-01 05:05:32 +00:00

Merge pull request #34 from bsutherland/patch-2

Add voice 3 oscillator and ADSR output registers.
This commit is contained in:
Karol Stasiak 2020-01-10 18:40:19 +01:00 committed by GitHub
commit 298e94e3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,6 @@ byte sid_filt_mode @$D418
volatile byte sid_paddle_x @$D419
volatile byte sid_paddle_y @$D41A
volatile byte sid_v3_osc_out @D41B
volatile byte sid_v3_adsr_out @D41C