Removed #includes, added more variables

This commit is contained in:
0xmac 2024-12-05 11:44:22 +01:00
parent 056712f943
commit 0f6e5abcb6

View File

@ -1,8 +1,3 @@
#include <stdint.h>
#include <SFML/System.h>
#include <SFML/Graphics.h>
#define NOP 0xEA /* CPU NoOp */ #define NOP 0xEA /* CPU NoOp */
#define PAGESIZE 0x1F /* Pagesize of extra addressing of devices */ #define PAGESIZE 0x1F /* Pagesize of extra addressing of devices */
#define VIDADDRS 0xBE00 /* Video Address */ #define VIDADDRS 0xBE00 /* Video Address */
@ -18,3 +13,5 @@
#define CPUSPEED 4096 * 16 #define CPUSPEED 4096 * 16
static float displayScale = 2;