Compression has been working great, so turned off debug checksums.

This commit is contained in:
Martin Haye 2014-04-20 09:20:35 -07:00
parent 91586d8b3c
commit a82379bbe5
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class PackPartitions
def compressor = LZ4Factory.fastestInstance().highCompressor()
def ADD_COMP_CHECKSUMS = true
def ADD_COMP_CHECKSUMS = false
def debugCompression = false

View File

@ -16,7 +16,7 @@
; Constants
MAX_SEGS = 96
DO_COMP_CHECKSUMS = 1 ; during compression debugging
DO_COMP_CHECKSUMS = 0 ; during compression debugging
DEBUG_DECOMP = 0
; Zero page temporary variables