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

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-08-13 10:24:53
Hi!

On Wed, Aug 12, 2009 at 09:15:56PM -0600, Egan Ford wrote:
> 1.  time() always returns -1.  My //e emulator has a time card and it works
> with Aztec C.  Is time() implemented in cc65 for the Apple //e?  If so, what
> am I missing?  Is there an example I can look at?

Oliver will probably answer your questions in more depth. All I can do is to
look into the library source, and it says:

	; Update time
	lda	#GET_TIME_CALL
	ldx	#GET_TIME_COUNT
	jsr	callmli
	bcs	err

Why this fails is beyond my knowledge - I'm not an Apple guy. Maybe your call
to the 80 column switch routine messes something up.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
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 Aug 13 10:25:56 2009

This archive was generated by hypermail 2.1.8 : 2009-08-13 10:25:59 CEST