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:
parent
8c1aed8b0f
commit
a564450415
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ dio_params:
|
|||
|
||||
jsr popax
|
||||
sta dio_secnum
|
||||
stx dio_secnum
|
||||
stx dio_secnum+1
|
||||
|
||||
jsr popax ; get 3rd parameter
|
||||
pha ; save it
|
||||
|
|
Loading…
Add table
Reference in a new issue