summaryrefslogtreecommitdiff
path: root/analyze_olp.py
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-07 16:28:29 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-07 16:28:29 -0800
commit22d636328c720702ad13af4ee73a4aeed0cbbab1 (patch)
tree75298c693b2c708dd19585fa2f4176f774a1873f /analyze_olp.py
parentb8c270dba19457f71e8bd051cc2478c5bce77a73 (diff)
Adjust analyze_olp SAT address to match testpattern values rather than Space Hawks
Diffstat (limited to 'analyze_olp.py')
-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