[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Announcement: Contiki for the Apple2
- Subject: Re: Announcement: Contiki for the Apple2
- From: Glenn Jones <rg.jones@rogers.com>
- Date: Sat, 11 Jun 2005 09:19:41 -0400
- In-reply-to: <2Gxqe.2407$hK3.74@newsread3.news.pas.earthlink.net>
- Newsgroups: comp.sys.apple2
- References: <d8a0tr$k53$1@online.de> <FLjqe.318$4a3.6196@news.uswest.net> <CO-dnQKLf5Ac_jffRVn-3A@rogers.com> <2Gxqe.2407$hK3.74@newsread3.news.pas.earthlink.net>
- User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
- Xref: g2news1.google.com comp.sys.apple2:11910
BluPhoenyx wrote:
Glenn Jones wrote:
Hi Bart, Glad you like Contiki. Adam did a wonderful job creating it
and Oliver has been putting a polish on and making it shine!
Telnet is there on the first disk image. You can start it from the
directory app or from the run menu ... enter telnet.prg
I wonder how hard it would be for Contiki to take advantage of the GS'
capabilities. Perhaps making use of color text or a graphics mode.
Unfortunately, my GS development skills are very limited so I may be day
dreaming here.
Cheers,
Mike T.
Hi Mike,
I can't see any reason why someone with the skills could not develop
another Contiki target that takes advantage of some of the IIgs's
advanced capabilites.
Colour text would be doable I think - graphics would be a lot of work.
Things are pretty tight in the 6502 version now so I am not sure how
viable doing HGR would be in the current code base.
One other thing to consider is that the C compiler (cc65) used to
compile Contiki for the Apple II platform doesn't support 65816.
Since Contiki has been ported to other targets using other C compilers,
one could conceiveably use Orca/C to build a IIgs (65816) version of
Contiki.
How much work would be involved in that remains to be explored :)
Glenn