comparison analyze_olp.py @ 1158:6854ab93d182

Adjust analyze_olp SAT address to match testpattern values rather than Space Hawks
author Michael Pavone <pavone@retrodev.com>
date Sat, 07 Jan 2017 16:28:29 -0800
parents 3e24de8d8073
children b1ad6339de4f
comparison
equal deleted inserted replaced
1157:d5dda22ae6b4 1158:6854ab93d182
95 last = sample 95 last = sample
96 96
97 97
98 table_start = 0x3800 98 table_start = 0x3800
99 table_end = table_start + 0x600 99 table_end = table_start + 0x600
100 sat_start = 0x3F00 #0x3E00 100 sat_start = 0x3E00 #0x3F00
101 sat_xname = sat_start + 0x80 101 sat_xname = sat_start + 0x80
102 sat_end = sat_start + 0x100 102 sat_end = sat_start + 0x100
103 103
104 104
105 def analyze_vram(chanmap, datafile): 105 def analyze_vram(chanmap, datafile):