Re: [cc65] Re: New 80 col switch API

From: Oliver Schmidt <ol.sc1web.de>
Date: 2009-09-08 15:39:59
Hi,

> Even this makes it larger. On the C128, the #defines are made up so that they
> match the kernal code in $D7, which saves some code.

Similiar on the Apple //e ...

>        /* Video mode defines */
>        #define VIDEOMODE_40COL         0x00
>        #define VIDEOMODE_80COL         0x80

... where it will be (most likely)

#define VIDEOMODE_40COL         0x11
#define VIDEOMODE_80COL         0x12

Best, Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Sep 8 15:40:08 2009

This archive was generated by hypermail 2.1.8 : 2009-09-08 15:40:11 CEST