From: David M. Lloyd (dmlloyd_at_atari-central.com)
Date: 2001-08-13 22:17:10
On Mon, 13 Aug 2001, Ullrich von Bassewitz wrote: > > On Mon, Aug 13, 2001 at 10:16:30PM +0200, M Ancher wrote: > > How about > > > > #include <graphics.h> > > #include <graph160.h> > > > > for 160x200. > [...] > > That would probably need a lot of macro magic, but it's an idea and worth > thinking about. If you're going to do lots of macro logic, then why not: #define GRAPHICS_USE_320X200X2 #define GRAPHICS_USE_160X200X4 #define GRAPHICS_USE_80X200X16 #include <graphics.h> or #define GRAPHICS_USE_ALL #include <graphics.h> - D <david_at_atari-central.com> http://www.atari-central.com ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:41 CET