Removed #includes, added more variables
This commit is contained in:
parent
056712f943
commit
0f6e5abcb6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user