aboutsummaryrefslogtreecommitdiff
path: root/titlecomp.pl
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-12 03:43:23 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-12 03:43:23 -0500
commitf90842d4decc6f9453e53785174c73674dc86a51 (patch)
treeec749af9e26555c8ea07d60e5de66ce174efc2ae /titlecomp.pl
parent235efa90197fe69b4c2cf681a277d10ed2eed4d2 (diff)
downloadtaipan-f90842d4decc6f9453e53785174c73674dc86a51.tar.gz
move memory layout around to free more code space
Diffstat (limited to 'titlecomp.pl')
-rw-r--r--titlecomp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/titlecomp.pl b/titlecomp.pl
index c8da677..58ce0d3 100644
--- a/titlecomp.pl
+++ b/titlecomp.pl
@@ -7,7 +7,7 @@ $datasize = 0x1700;
use bytes;
# skip xex header
-read(STDIN, our $junk, 6);
+#read(STDIN, our $junk, 6); # no longer need
read(STDIN, $data, $datasize);