fix errno related underscores in all libsrc/*.s files
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
; (fills curName[17] with current disk's name)
|
||||
|
||||
.importzp ptr4, ptr3
|
||||
.import __oserror
|
||||
.import ___oserror
|
||||
.export _GetPtrCurDkNm
|
||||
|
||||
.include "jumptab.inc"
|
||||
@@ -34,5 +34,5 @@ namelp: lda (ptr4),y
|
||||
bne namelp
|
||||
fin: lda #0
|
||||
sta (ptr3),y
|
||||
stx __oserror
|
||||
stx ___oserror
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user