Introduced Apple GEOS specific screen size constants.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5567 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-02-27 22:00:26 +00:00
parent 32f4a8d414
commit 204aba1577
2 changed files with 10 additions and 0 deletions

View File

@@ -94,8 +94,13 @@ void __fastcall__ GraphicsString(char *myGfxString);
#define VIC_X_POS_OFF 24
#define VIC_Y_POS_OFF 50
#define SC_BYTE_WIDTH 40
#ifdef __GEOS_CBM__
#define SC_PIX_HEIGHT 200
#define SC_PIX_WIDTH 320
#else
#define SC_PIX_HEIGHT 192
#define SC_PIX_WIDTH 560
#endif
#define SC_SIZE 8000
/* VDC screen constants */
#define SCREENBYTEWIDTH 80