1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00
This commit is contained in:
Oliver Schmidt 2018-07-26 14:31:17 +02:00
parent 97be359d4a
commit e949a3e642

View File

@ -20,6 +20,7 @@ _getdevicedir:
jsr popptr1
; Set buf
ldx ptr1+1
sta mliparam + MLI::ON_LINE::DATA_BUFFER
stx mliparam + MLI::ON_LINE::DATA_BUFFER+1
@ -62,7 +63,7 @@ oserr: jsr __mappederrno
lda (ptr1),y
and #15 ; Max volume name length
sta tmp1
; Add leading slash
lda #'/'
sta (ptr1),y