mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
pt3: bump version number after qkumba optimization
This commit is contained in:
@@ -22,7 +22,7 @@ Code Optimization
|
|||||||
VolTableGen 3302 22B 20.0E 32s 171s 19%
|
VolTableGen 3302 22B 20.0E 32s 171s 19%
|
||||||
SizeOpts 3262 22B 20.0A 32s 171s 19%
|
SizeOpts 3262 22B 20.0A 32s 171s 19%
|
||||||
MoreSizeOpt 3203 22B 1F.1D 31s 171s 18%
|
MoreSizeOpt 3203 22B 1F.1D 31s 171s 18%
|
||||||
|
Qkumba 2922 ?? 1D.0E 29s 171s 17%
|
||||||
|
|
||||||
Times: Validated
|
Times: Validated
|
||||||
BH.PT3: 10.0B 16 1:33 93 17.2%
|
BH.PT3: 10.0B 16 1:33 93 17.2%
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
10 PRINT "PT3 PLAYER V0.4"
|
10 PRINT "PT3 PLAYER V0.5"
|
||||||
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"
|
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"
|
||||||
|
@@ -13,6 +13,7 @@
|
|||||||
; + 3262 bytes -- combine some duplicated code in $1X/$BX env setting
|
; + 3262 bytes -- combine some duplicated code in $1X/$BX env setting
|
||||||
; + 3253 bytes -- remove unnecessary variable
|
; + 3253 bytes -- remove unnecessary variable
|
||||||
; + 3203 bytes -- combine common code in note decoder
|
; + 3203 bytes -- combine common code in note decoder
|
||||||
|
; + 2922 bytes -- qkumba optimizations
|
||||||
|
|
||||||
; TODO
|
; TODO
|
||||||
; move some of these flags to be bits rather than bytes?
|
; move some of these flags to be bits rather than bytes?
|
||||||
|
Reference in New Issue
Block a user