From df10cec9f714bfc4dcda833251abb5b09010fb2b Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 30 May 2019 10:52:26 -0400 Subject: [PATCH] Revert "pt3: bump version number after qkumba optimization" This reverts commit 25020da78bbb7affd0cdfc105e1417169d0c9fdf. --- pt3_player/OPTIMIZATION.txt | 2 +- pt3_player/hello.bas | 2 +- pt3_player/pt3_lib.s | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pt3_player/OPTIMIZATION.txt b/pt3_player/OPTIMIZATION.txt index 3cdc4626..0f90f985 100644 --- a/pt3_player/OPTIMIZATION.txt +++ b/pt3_player/OPTIMIZATION.txt @@ -22,7 +22,7 @@ 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 2922 ?? 1D.0E 29s 171s 17% + Times: Validated BH.PT3: 10.0B 16 1:33 93 17.2% diff --git a/pt3_player/hello.bas b/pt3_player/hello.bas index 943ba16f..443342cb 100644 --- a/pt3_player/hello.bas +++ b/pt3_player/hello.bas @@ -1,2 +1,2 @@ - 10 PRINT "PT3 PLAYER V0.5" + 10 PRINT "PT3 PLAYER V0.4" 100 PRINT CHR$ (4)"BRUN PT3_PLAYER" diff --git a/pt3_player/pt3_lib.s b/pt3_player/pt3_lib.s index b5622eca..be08bfe5 100644 --- a/pt3_player/pt3_lib.s +++ b/pt3_player/pt3_lib.s @@ -13,7 +13,6 @@ ; + 3262 bytes -- combine some duplicated code in $1X/$BX env setting ; + 3253 bytes -- remove unnecessary variable ; + 3203 bytes -- combine common code in note decoder -; + 2922 bytes -- qkumba optimizations ; TODO ; move some of these flags to be bits rather than bytes?