1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-29 09:55:38 +00:00

Add SID filter control registers.

This commit is contained in:
Bruce Sutherland 2020-01-01 12:51:50 +09:00 committed by GitHub
parent 69c82d90a8
commit 237985117e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,9 @@ byte sid_v3_cr @$D412
byte sid_v3_ad @$D413
byte sid_v3_sr @$D414
word sid_filt_cutoff @$D415
byte sid_filt_cr @$D417
byte sid_filt_mode @$D418
volatile byte sid_paddle_x @$D419
volatile byte sid_paddle_y @$D41A