Quote:
Originally Posted by outlandos
One of the lines was faulty, a faulty value, so its fixed, thanks.
All i would like to know is how to get that refresh rate, what should i edit in those lines?
|
<Patch>
patch_name = `Custom page refresh options`
patch_enable = `yes`
# cmp r5, #7; bne.n; --> cmp r5, #6; bls.n;
replace_bytes = 7532EC, 07 2D 9A D1, 06 2D 9A D9
#
# Values for replacement: (Alternative 1, arithmetic sequence e.g. #1,2,3,...,12)
# Base (use this value for the first menu option):
#replace_int = 75321C, 1, 1
# Increment (add this value to get each successive menu option):
#replace_int = 7532EA, 1, 1
# Maxmium (stop adding options when this value is exceeded):
#replace_int = 7532EC, 6, 12
#
# Values for replacement: (Alternative 2, geometric sequence 1,2,4,8,16,32,64)
# Base (use this value for the first menu option):
replace_int = 75321C, 1, 1
# Double to get each successive menu option:
replace_bytes = 7532EA, 01 35, 6D 00
# Maxmium (stop adding options when this value is exceeded):
replace_int = 7532EC, 6, 64
</Patch>
If this works successful apply to your reader, then the refresh rate can be changed in the reading menu of your reader, then the refresh rate would be 1,2,4,8...