menu/SPC player: fix "Artist" display for "binary format" ID666 tags
This commit is contained in:
parent
12deb9a0c7
commit
f44de5ba64
@ -16,7 +16,7 @@ dirend_onscreen .byt 0
|
|||||||
dirlog_idx .byt 0,0,0 ; long ptr
|
dirlog_idx .byt 0,0,0 ; long ptr
|
||||||
direntry_fits_idx
|
direntry_fits_idx
|
||||||
.byt 0,0
|
.byt 0,0
|
||||||
|
longptr .byt 0,0,0 ; general purpose long ptr
|
||||||
;----------parameters for text output----------
|
;----------parameters for text output----------
|
||||||
print_x .byt 0 ;x coordinate
|
print_x .byt 0 ;x coordinate
|
||||||
.byt 0
|
.byt 0
|
||||||
|
|||||||
@ -158,9 +158,16 @@ spcplayer:
|
|||||||
jsr hiprint
|
jsr hiprint
|
||||||
|
|
||||||
lda #$fe
|
lda #$fe
|
||||||
ldx #$00b1
|
ldx #$00b0
|
||||||
|
sta longptr+2
|
||||||
sta print_bank
|
sta print_bank
|
||||||
stx print_src
|
stx longptr
|
||||||
|
ldy #$00
|
||||||
|
lda [longptr], y
|
||||||
|
cmp #$41
|
||||||
|
bpl +
|
||||||
|
inx
|
||||||
|
+ stx print_src
|
||||||
stz print_pal
|
stz print_pal
|
||||||
lda #32
|
lda #32
|
||||||
sta print_count
|
sta print_count
|
||||||
|
|||||||
4597
src/cfgware.h
4597
src/cfgware.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user