1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-11 12:29:46 +00:00

Merge pull request #31 from bsutherland/patch-1

Add SID filter control registers.
This commit is contained in:
Karol Stasiak 2020-01-03 15:38:43 +01:00 committed by GitHub
commit 5c96b7e463
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