starting clarify code

This commit is contained in:
Clément Le Bihan
2020-09-07 00:33:22 +02:00
parent f00f8d931e
commit fa97b2ab38
4 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ namespace ComSquare::PPU
{
union TileMapData {
struct {
uint8_t posY: 4;
uint8_t posX: 6;
uint8_t posX: 4;
uint8_t posY: 6;
uint8_t palette: 3;
bool tilePriority: 1;
bool horizontalFlip: 1;