Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Timer Speeds Breakdown to something more manageable, compareable, and tangeable
  2. ; For the average person like me, KHz are rounds in a second so 4KHz would be 4,000 times a second
  3. ;
  4. ; Gameboy Timer Speeds (Note theres a bit more to timer triggers than just speed)
  5. ;
  6. ;                                                         (See Below)
  7. ; Speed KHz        xSecond       In 1 second                w 0 TMA
  8. ; 4.096 KHz         4,096       0.000244140625          0.062255859375
  9. ; 16.384 KHz        16,384      0.00006103515625        0.01556396484375
  10. ; 65.536 KHz        65,536      0.000015258789063       0.003890991211065
  11. ; 262.144 KHz       262,144     0.000003814697266       0.00097274780283
  12. ;
  13. ; The longest timer possible is every ~0.06 seconds (With speeds at 4.096 KHz and a TMA of 0)
  14. ; The shortest timer possible is every ~0.000004 seconds (With speeds at 262.144 KHz and a TMA of 255)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement