diff --git a/pt3_player/OPTIMIZATION.txt b/pt3_player/OPTIMIZATION.txt index db5509ed..901418f1 100644 --- a/pt3_player/OPTIMIZATION.txt +++ b/pt3_player/OPTIMIZATION.txt @@ -22,7 +22,8 @@ Code Optimization VolTableGen 3302 22B 20.0E 32s 171s 19% SizeOpts 3262 22B 20.0A 32s 171s 19% MoreSizeOpt 3203 22B 1F.1D 31s 171s 18% - Qkumba#1 2937 ?? 1D.18 29s 171s 16% + Qkumba#1 2937 ?? 1D.18 29s 171s 17% + Qkumba#2 2879 ?? 1C.18 28s 171s 16% Times: Validated BH.PT3: 10.0B 16 1:33 93 17.2% diff --git a/pt3_player/pt3_dumper.s b/pt3_player/pt3_dumper.s index 8846fa6f..1dd6044a 100644 --- a/pt3_player/pt3_dumper.s +++ b/pt3_player/pt3_dumper.s @@ -421,7 +421,8 @@ FRAMEH: .byte $00 song_list: - .asciiz "CR.PT3" +; .asciiz "CR.PT3" + .asciiz "EA.PT3" ;========= ;routines diff --git a/pt3_player/pt3_lib.s b/pt3_player/pt3_lib.s index 76af058f..eb489657 100644 --- a/pt3_player/pt3_lib.s +++ b/pt3_player/pt3_lib.s @@ -14,6 +14,7 @@ ; + 3253 bytes -- remove unnecessary variable ; + 3203 bytes -- combine common code in note decoder ; + 2937 bytes -- qkumba first pass +; + 2879 bytes -- qkumba second pass ; TODO ; move some of these flags to be bits rather than bytes?