diff --git a/src/config.h b/src/config.h index 425d2c7..f9f2c44 100644 --- a/src/config.h +++ b/src/config.h @@ -1,8 +1,3 @@ -#include -#include -#include - - #define NOP 0xEA /* CPU NoOp */ #define PAGESIZE 0x1F /* Pagesize of extra addressing of devices */ #define VIDADDRS 0xBE00 /* Video Address */ @@ -18,3 +13,5 @@ #define CPUSPEED 4096 * 16 + +static float displayScale = 2;