Re: [cc65] Apple //e time() and printer support.

From: Oliver Schmidt <ol.sc1web.de>
Date: 2009-09-10 18:05:09
Hi,

> Date: 2009-08-14 22:56:54

>> I am running ProDOS8 2.0.3.  I can access the clock with time() OR I can
>> have 80 column mode using __asm__ ("jsr %w", 0xc300);, but not both.

> I'll surely add a
> function to successfully switch to 80 col display (and back) sometime
> to the C Library...

More or less by chance I discovered the problem the other day so I was
now able to add the functionality in question :-)

It'll be available in the next snapshot and of course in the next release.

BTW: In subsequent switching between 40/80 columns the code does not
reinitialize the 80 column firmware again and again but rather does
what you can do interactively with ESC-4 / ESC-8 - meaning the screen
doesn't get cleared but converted between 40 and 80 column display -
looks quite cool.

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 Thu Sep 10 18:05:16 2009

This archive was generated by hypermail 2.1.8 : 2009-09-10 18:05:19 CEST