pt3_player: update with optimized/fixed code

This commit is contained in:
Vince Weaver 2019-09-11 00:32:59 -04:00
parent a885eeb4a0
commit b2da3af2d8
4 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Code Optimization
FixVibrato 2423 + 143 1A.1F 26s 171s 15.2% FixVibrato 2423 + 143 1A.1F 26s 171s 15.2%
GetNoteSMC 2448 + 143 1A.16 26s 171s 15.2% GetNoteSMC 2448 + 143 1A.16 26s 171s 15.2%
NoteTableGen 2554 + 143 1A.1C 26s 171s 15.2% NoteTableGen 2554 + 143 1A.1C 26s 171s 15.2%
InlineGetNote 2537 + 143 19.27 25s 171s 14.6%
Times: Validated Times: Validated
BH.PT3: 10.0B 16 1:33 93 17.2% BH.PT3: 10.0B 16 1:33 93 17.2%

View File

@ -1,2 +1,2 @@
10 PRINT "PT3 PLAYER V1.1" 10 PRINT "PT3 PLAYER V1.2"
100 PRINT CHR$ (4)"BRUN PT3_PLAYER" 100 PRINT CHR$ (4)"BRUN PT3_PLAYER"

View File

@ -25,6 +25,7 @@
; + 2418+143 = 2561 bytes -- move NOTE structs to page0 ; + 2418+143 = 2561 bytes -- move NOTE structs to page0
; + 2423+143 = 2566 bytes -- fix vibrato code ; + 2423+143 = 2566 bytes -- fix vibrato code
; + 2554+143 = 2697 bytes -- generate all four tone tables ; + 2554+143 = 2697 bytes -- generate all four tone tables
; + 2537+143 = 2680 bytes -- inline GetNoteFreq
; TODO ; TODO
; move some of these flags to be bits rather than bytes? ; move some of these flags to be bits rather than bytes?

Binary file not shown.