mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2025-01-22 12:29:57 +00:00
kris
1c13352106
Implement RLE support, which is more efficient than byte-wise stores
for runs of N >= 4. Also fix a bug in the decoder that was apparently allowing opcodes to fall through. Replace BVC with BRA (i.e. assume 65C02) until I can work out what is going on
Description
Streaming video and audio for Apple II
Languages
Python
71.4%
Assembly
14.5%
Makefile
7.2%
Shell
4.9%
AppleScript
2%