Skip to content

Commit

Permalink
hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
liaminventions committed Jul 11, 2023
1 parent f55abcd commit 86998c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Binary file modified osi_basic-master/ROM.BIN
Binary file not shown.
2 changes: 1 addition & 1 deletion xa/main.a65
Original file line number Diff line number Diff line change
Expand Up @@ -2882,7 +2882,7 @@ interrupt
jmp ($7ffe)
rti

.dsb 3169,$00
.dsb 3172,$00

; ----KERNAL----

Expand Down
6 changes: 2 additions & 4 deletions xa/xpldos.a65
Original file line number Diff line number Diff line change
Expand Up @@ -505,17 +505,14 @@ extd:
ply
clc
lda sc ; add to sc
adc #13
adc #12
sta sc
lda #13
sta fileext
mvname:
; move name
ldy #0
jmp mvlp2
mvlp:
iny
mvlp2:
lda (folderpointer),y
phy
ldy fileext
Expand All @@ -525,6 +522,7 @@ mvlp2:
cpy sc
beq ad2sc
ply
iny
jmp mvlp
ad2sc:
ply
Expand Down

0 comments on commit 86998c0

Please sign in to comment.