errno/oserrno stuff is cleaned up, saved some bytes in dialog box functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@775 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
.export _DlgBoxFileSelect
|
||||
.import popa, popax
|
||||
.import _DoDlgBox
|
||||
|
||||
.include "../inc/jumptab.inc"
|
||||
.include "../inc/geossym.inc"
|
||||
@@ -15,13 +16,6 @@
|
||||
.include "../inc/geosmac.ca65.inc"
|
||||
|
||||
_DlgBoxFileSelect:
|
||||
; sta r5L
|
||||
; stx r5H
|
||||
; jsr popa
|
||||
; sta r7L
|
||||
; jsr popax
|
||||
; sta r10L
|
||||
; stx r10H
|
||||
|
||||
sta tmp_r5
|
||||
stx tmp_r5+1
|
||||
@@ -38,10 +32,7 @@ DB_FS_reload:
|
||||
|
||||
lda #<paramStrFileSelect
|
||||
ldx #>paramStrFileSelect
|
||||
sta r0L
|
||||
stx r0H
|
||||
jsr DoDlgBox
|
||||
lda r0L
|
||||
jsr _DoDlgBox
|
||||
cmp #DISK
|
||||
bne DB_FS_Fin
|
||||
jsr OpenDisk
|
||||
|
||||
Reference in New Issue
Block a user