Updated to use the new VIA register names

This commit is contained in:
Olli Savia
2018-04-20 21:25:43 +03:00
parent 7292b571de
commit c2adade8a8
2 changed files with 8 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ READ:
joy1:
lda #0
sta VIA_DDRA
lda VIA_PRA
lda VIA_PA1
and #$0f
cmp #$0c
bne @notc1
@@ -102,7 +102,7 @@ joy1:
joy2:
lda #0
sta VIA_DDRA
lda VIA_PRA
lda VIA_PA1
lsr
lsr
lsr