ii-vision/player
kris 722e9c5d70 s/BIT TICK/STA TICK/
It doesn't functionally matter since I'm not using any conditional
opcodes in the fast path anyway, but STA removes these side-effects.

Earlier I had mistakenly thought that STA absolute did a
read-before-write on 6502, but this is not the case
(verified with visual6502.org)
2019-07-11 14:40:05 +01:00
..
make Move player to new location 2019-03-21 16:09:23 +00:00
apple2-asm-hgr.cfg Move player to new location 2019-03-21 16:09:23 +00:00
main.s s/BIT TICK/STA TICK/ 2019-07-11 14:40:05 +01:00
Makefile Rename binary 2019-03-21 16:23:56 +00:00