mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Adjusted parameter handling to match prototype.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4733 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e673b53850
commit
f1d7044b7c
@ -5,7 +5,7 @@
|
||||
;
|
||||
|
||||
.export _rootdir
|
||||
.import popax
|
||||
.import popa
|
||||
|
||||
.include "zeropage.inc"
|
||||
.include "errno.inc"
|
||||
@ -21,7 +21,7 @@ _rootdir:
|
||||
stx mliparam + MLI::ON_LINE::DATA_BUFFER+1
|
||||
|
||||
; Set drive
|
||||
jsr popax
|
||||
jsr popa
|
||||
sta mliparam + MLI::ON_LINE::UNIT_NUM
|
||||
|
||||
; Get volume name
|
||||
|
Loading…
x
Reference in New Issue
Block a user