Updated to use the new VIA register names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user