Advertisement
modulus

Western Digital HDD Unlock Script

Feb 27th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ;=======================================================
  2. ;version - do not change
  3. V1.1
  4.  
  5. ; skriptas WDC sata rom read
  6. ;
  7. reset
  8. waitnbsy
  9. regs = $45 $0b $00 $44 $57 $a0 $80
  10. waitnbsy
  11. regs = $d6 $01 $be $4f $c2 $a0 $b0
  12. waitnbsy
  13. checkdrq
  14. sectorsfrom = rom128.bin
  15. regs = $d5 $80 $bf $4f $c2 $a0 $b0
  16. waitnbsy
  17. checkdrq
  18. sectorsto = 2rom0.bin
  19. regs = $d5 $80 $bf $4f $c2 $a0 $b0
  20. waitnbsy
  21. checkdrq
  22. sectorsto = 2rom1.bin
  23. ; end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement