Fixed a bug. High byte of the sector number is stored into the wrong place.
Reported by Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5579 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -26,7 +26,7 @@ dio_params:
|
|||||||
|
|
||||||
jsr popax
|
jsr popax
|
||||||
sta dio_secnum
|
sta dio_secnum
|
||||||
stx dio_secnum
|
stx dio_secnum+1
|
||||||
|
|
||||||
jsr popax ; get 3rd parameter
|
jsr popax ; get 3rd parameter
|
||||||
pha ; save it
|
pha ; save it
|
||||||
|
|||||||
Reference in New Issue
Block a user