Cleanup and preparation for the new design
git-svn-id: svn://svn.cc65.org/cc65/trunk@2839 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -95,13 +95,13 @@ READ: ldx #$0F ; Switch to the system bank
|
||||
|
||||
; Get the direction bits
|
||||
|
||||
ldy #CIA_PRB
|
||||
ldy #CIA::PRB
|
||||
lda (cia2),y ; Read joystick inputs
|
||||
sta tmp1
|
||||
|
||||
; Get the fire bits
|
||||
|
||||
ldy #CIA_PRA
|
||||
ldy #CIA::PRA
|
||||
lda (cia2),y
|
||||
|
||||
; Make the result value
|
||||
|
||||
Reference in New Issue
Block a user