chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
76 stars 8 forks source link

Binary values incorrect in the horizontal motion documentation #14

Closed andyjp closed 4 years ago

andyjp commented 4 years ago

image

Looks like it should be:

- bit7..4=0111 ($70): Left 7 clock
- bit7..4=1000 ($80): Right 8 clock
- bit7..4=1001 ($90): Right 7 clock
- bit7..4=1010 ($A0): Right 6 clock
- bit7..4=1011 ($B0): Right 5 clock
- bit7..4=1100 ($C0): Right 4 clock
- bit7..4=1101 ($D0): Right 3 clock
- bit7..4=1110 ($E0): Right 2 clock
- bit7..4=1111 ($F0): Right 1 clock
chunkypixel commented 4 years ago

Thanks @andyjp! I'll fix that for the next release.

chunkypixel commented 4 years ago

Fixed tables for: