diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-07 16:28:29 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-07 16:28:29 -0800 |
commit | 22d636328c720702ad13af4ee73a4aeed0cbbab1 (patch) | |
tree | 75298c693b2c708dd19585fa2f4176f774a1873f | |
parent | b8c270dba19457f71e8bd051cc2478c5bce77a73 (diff) |
Adjust analyze_olp SAT address to match testpattern values rather than Space Hawks
-rwxr-xr-x | analyze_olp.py | 2 |
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 |