;*** CVM. Change Vibra Mode ***

;Firmware : SMe45i v04
;Author : Lalo
;luki's Siemens Modding Forum
;Ispired from a M55v10 Divisi0n_by_zer0's patch
;Release : 28.8.2004 - v2

;This patch changes vibra mode.


;choose one (uncomment):

;FIRST POSSIBILITY: single phase vibra (as defoult one)
;change:
;6700C: F401 xxxx ;where xxxx is vibra on in hex swapped bytes milliseconds
;67010: F401 yyyy ;where yyyy is pause in hex swapped bytes milliseconds


;SECOND POSSIBILITY: dual phase vibra (as x35 series)
;67412: 0A301902 600F1F02
;7CF60: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 010028000200A000FFFFC800FBFF0200
;7CF70: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 010028000400A000FFFFD007FCFF0000
;where:
;7CF66: A000 xxxx ;where xxxx is vibra on in hex swapped bytes millisecond
;7CF6A: C800 yyyy ;where yyyy is pause in hex swapped bytes millisecond
;7CF74: 0400 wwww ;where wwww is number of first phase loops -1
;7CF7C: D007 zzzz ;where zzzz is second phase pause in hex swapped bytes millisecond