]> git.sur5r.net Git - cc65/blobdiff - include/geos/ggraph.h
Introduced Apple GEOS specific screen size constants.
[cc65] / include / geos / ggraph.h
index 6eea1dff9580fb9f5dfaa18b95f5f596e357703a..2e102a162af0b614498653be71b47ddff91707bd 100644 (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