mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 00:37:27 +00:00
Changed index naming order to ensure no out-of-bounds accesses.
This commit is contained in:
parent
ba165bb70a
commit
8f5039130c
@ -113,8 +113,8 @@ class TIA {
|
||||
enum class ColourIndex {
|
||||
Background = 0,
|
||||
PlayfieldBall,
|
||||
PlayerMissile1,
|
||||
PlayerMissile0
|
||||
PlayerMissile0,
|
||||
PlayerMissile1
|
||||
};
|
||||
uint8_t colour_palette_[4];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user