1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-15 19:27:22 +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

View File

@@ -24,5 +24,9 @@ byte sid_v3_cr @$D412
byte sid_v3_ad @$D413 byte sid_v3_ad @$D413
byte sid_v3_sr @$D414 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_x @$D419
volatile byte sid_paddle_y @$D41A volatile byte sid_paddle_y @$D41A