mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-08 00:30:37 +00:00
Fixed broken screen y-coordinate conversion.
This commit is contained in:
parent
7a37362584
commit
606a640c08
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -272,9 +272,9 @@ CVTCOORD
|
||||
STA ZP2+1
|
||||
LDA VDUQ+7
|
||||
STA ZP1+0
|
||||
STA ZP2+0
|
||||
LDA VDUQ+8
|
||||
JMP :YCOORD4
|
||||
* STA ZP2+0
|
||||
* LDA VDUQ+8
|
||||
* JMP :YCOORD4
|
||||
ASL A ; ZP2 *= 2
|
||||
ROL ZP2+1
|
||||
CLC ; ZP2+ZP1->ZP2
|
||||
|
Loading…
x
Reference in New Issue
Block a user