Advertisement
Arnethegreat

ADC notes

Apr 22nd, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #18 -- LDA a value or rely on current?
  2. 00 ?? A9 xx - depends on what you
  3.  
  4. #17 -- ADC
  5. 00 69
  6. 00 6D
  7. 00 79
  8. 00 7D
  9.  
  10. #16 -- STA stuff
  11.  
  12. 00 99 4C 00 <- EZ (if Y remains the same)
  13. or 00 8D 18 01
  14. or 00 9D 18 01
  15. or 00 8F 18 01 - #15 needs to be 6B for subpixels if doing this
  16. or 00 9F 18 01 - #15 needs to be 6B for subpixels if doing this
  17.  
  18. #15 -- normal RTL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement