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

Add voice 3 oscillator and ADSR output registers.

This commit is contained in:
Bruce Sutherland 2020-01-05 10:41:37 +08:00 committed by GitHub
parent 43b64aac21
commit 3dab3aad6b
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