1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-12-21 10:30:35 +00:00
6502-cpp/examples
Marko Mäkelä ee36c4c08f Define a constexpr VIC_II::Sprite constructor.
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.
2016-10-09 21:03:28 +03:00
..
pong.cpp Define a constexpr VIC_II::Sprite constructor. 2016-10-09 21:03:28 +03:00
test2.cpp Add support for D register, more opcodes 2016-07-07 10:51:54 -06:00
test3.cpp Add support for D register, more opcodes 2016-07-07 10:51:54 -06:00
test.asm Add some docs and test and cmake support 2016-07-07 15:48:27 -06:00
test.c Add some docs and test and cmake support 2016-07-07 15:48:27 -06:00
test.cpp Add support for D register, more opcodes 2016-07-07 10:51:54 -06:00