basic ppu background rendering
This commit is contained in:
parent
f9f401c6c0
commit
aef80e42fb
21 changed files with 468 additions and 41 deletions
|
@ -2,13 +2,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
struct Color
|
||||
{
|
||||
uint8_t r;
|
||||
uint8_t g;
|
||||
uint8_t b;
|
||||
};
|
||||
#include "../Types.hpp"
|
||||
|
||||
class Screen
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue