implemented draw function in interpreter
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
class DisplaySDL : public chocochip8::Display {
|
||||
public:
|
||||
DisplaySDL(int w, int h, uint32_t fgCol, uint32_t bgCol);
|
||||
DisplaySDL(int w, int h, uint32_t fgCol = 0xffffff, uint32_t bgCol = 0x000000);
|
||||
~DisplaySDL() override;
|
||||
void updateWindow() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user