mirror of
https://github.com/lefticus/6502-cpp.git
synced 2024-12-21 10:30:35 +00:00
ee36c4c08f
write_multi_color_line(), write_line(): Remove. VIC_II::SpriteLine<bool multicolor>: A line of sprite bitmap data. The constructor converts one line of data at a time. VIC_II::Sprite<bool multicolor>: An array of SpriteLine. This change does not affect the generated binary code. In the assembler code generated by clang++-4.0, the binary data will be formatted in groups of 3 bytes instead of 3*21 bytes. |
||
---|---|---|
.. | ||
pong.cpp | ||
test2.cpp | ||
test3.cpp | ||
test.asm | ||
test.c | ||
test.cpp |