changeset 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 d5dda22ae6b4
children 8519b54f9413
files analyze_olp.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/analyze_olp.py	Fri Jan 06 19:25:04 2017 -0800
+++ b/analyze_olp.py	Sat Jan 07 16:28:29 2017 -0800
@@ -97,7 +97,7 @@
 			
 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