Fixed an error in mouse_pos

git-svn-id: svn://svn.cc65.org/cc65/trunk@873 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-08 15:51:05 +00:00
parent d6569bc230
commit 4e3fcec239
2 changed files with 8 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ _mouse_pos:
lda YPos
iny
sta (ptr1),y
lda YPos
lda YPos+1
iny
sta (ptr1),y