Start modeling graphics

This commit is contained in:
2021-10-21 11:06:25 -05:00
parent d2bf668bdc
commit 3abdbbde85
2 changed files with 9 additions and 1 deletions
+9
View File
@@ -1,3 +1,12 @@
struct ColorPalette(u8, u8, u8, u8);
struct Tile {
}
struct Sprite {
}
pub struct PPU;
impl PPU {