summaryrefslogtreecommitdiff
path: root/src/devices/screen/vector_points.rs
Commit message (Collapse)AuthorAge
* Update screen device code to reflect specification changesBen Bridle2024-01-05
| | | | | | | The vector+size+sprite draw operation of the screen device has been changed in the specification from drawing a 1-bit textured triangle to drawing a 1-bit textured line. This draw operation had not yet been implemented, so this commit does not affect emulator functionality.
* First commitv0.1.0Ben Bridle2023-12-24