summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xanalyze_olp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/analyze_olp.py b/analyze_olp.py
index 4befb83..abcc107 100755
--- a/analyze_olp.py
+++ b/analyze_olp.py
@@ -97,7 +97,7 @@ def analyze_refresh(chanmap, datafile):
table_start = 0x3800
table_end = table_start + 0x600
-sat_start = 0x3F00 #0x3E00
+sat_start = 0x3E00 #0x3F00
sat_xname = sat_start + 0x80
sat_end = sat_start + 0x100