1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-04-27 12:49:37 +00:00
Files
mist-devel.mist-board/cores
Gyorgy Szombathelyi 2aab723f24 C64: [VIC2] Fix sprite priority by vpelletier
If a lower-index background-priority (1) sprite's opaque pixel intersects
with a higher-index foreground-priority (0) sprite's opaque pixel, and the
screen bitmap has a foreground color at that same position, then the
screen bitmap's foreground color is visible.
This is counter-intuitive, as higher-index sprite's pixel alone would mask
the bitmap color, and adding another sprite top of it makes the bitmap
visible again, but this is how the VICII works.
2020-03-17 20:48:14 +01:00
..
2020-02-18 16:00:35 +01:00
2020-03-16 22:27:02 +01:00
2019-07-17 18:12:47 +02:00
2020-02-18 10:40:41 +01:00
2019-03-19 16:00:19 +01:00
2020-02-22 00:11:14 +01:00
2015-08-20 20:18:39 +02:00
2018-09-05 23:38:39 +02:00