Re: [cc65] Apple II Libraries

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2003-05-02 00:43:13


....just jumping into the middle of this discussion...

if you are porting contiki, the existing apple2 stuff should be enough to 
actually compile it (minus the rs232 stuff, but thats not required for 
compiling). all you maybe need is a fake clock function (contiki doesnt rely 
on precision here).... for testing the gba stuff i used sth simple as

clock_t clock(void)
{
	static clock_t fake;
	return fake++;
}

its incredibly inaccurate and smells like a real bad hack, but for contiki 
it'll do the trick :o)

i'd suggest looking at one of the rather incomplete ports, the pet or vic20 
port for example, and see how they are configured...start with the same 
config for your apple2 stuff and everything should be fine. (remember to 
write a fake clock function :=))

gpz
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-05-02 00:46:55 CEST