<div class='quotetop'>(berkant10 @ Feb 21 2006, 07:31 PM) [post=283361]Quoted post[/post]</div><div class='quotemain'> sx1 in işlemcisi nasıl 168 mhz oluuo anlamdım arkadasım ayrıca bahsettiginiz program o kadar güzel mi indirelim bakalım [/b][/quote]
ahanda bu patch sayesinde oluyo,hatta 180mhz bile var.good morning diyorum
<span style="font-size:14pt;line-height:100%">
; SX1 overclock patch v1.0 </span>
; v1.0
;Patch No. 51
; changes bootcore of Z1 firmware image
; by Vovan888 (
Linkleri görüntülemek için kayıt olmalısınız
) 08.01.2006
; oslik.ru
; dedicated to Z-team and overclockers.ru
; !!! DANGER !!! CPU can overheat and overburn !
;
;168 Mghz
replace:303A00000010FEFF00102000FFFFFEFFEFFFFFD1:303E
; multipliers table: (cpu_freq = 12 * mult / 2)
; mult
;"11 xxxxx 01 10000" when xxxxx is multiplier in binnary
;if you have 01010 (=10) it will be 11 01010 0110000 bin= 3530 hex
;3530hex must be 3035 in patch. you must change last two and firt two numbers
;xxyy will be yyxx in patch
;01101 = 13 = 78M = 11011010110000=36B0
;10100 = 20 = 120M = 11101000110000=3A30
;10101 = 21 = 126M = 11101010110000=3AB0
;10110 = 22 = 132M = 11101100110000=3B30
;10111 = 23 = 138M = 11101110110000=3BB0
;11000 = 24 = 144M = 11110000110000=3C30
;11001 = 25 = 150M = 11110010110000=3CB0
;11010 = 26 = 156M = 11110100110000=3D30
;11011 = 27 = 162M = 11110110110000=3DB0
;11100 = 28 = 168M = 11111000110000=3E30
;11101 = 29 = 174M = 11111010110000=3EB0
;11110 = 30 = 180M = 11111100110000=3F30 !!NOT TESTED!!