[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inverse Problem on Contiki - JPG File attached
- Subject: Re: Inverse Problem on Contiki - JPG File attached
- From: Rubywand <rubywand@swbell.net>
- Date: Sun, 07 Mar 2004 23:40:26 GMT
- Newsgroups: comp.sys.apple2
- Organization: SBC http://yahoo.sbc.com
- References: <2uJ2c.135152$ah.113943@twister01.bloor.is.net.cable.rogers.com> <1ga9zor.1riws1xqmnebkN%see_sig_for_valid_email@no.spam> <fkK2c.135893$ah.131666@twister01.bloor.is.net.cable.rogers.com>
- Xref: archiver1.google.com comp.sys.apple2:4136
Glenn Jones wrote:
>
> "Simon Williams" <see_sig_for_valid_email@no.spam> wrote in message
> 1ga9zor.1riws1xqmnebkN%see_sig_for_valid_email@no.spam">news:1ga9zor.1riws1xqmnebkN%see_sig_for_valid_email@no.spam...
> > Glenn Jones <rg.jones@rogers.com> wrote:
> >
> > > Has anybody else figured out what the problem is with highlighted text
> > > (Inverse) on the Apple II port of Contiki?
> >
> > There's an Apple II port of Contiki???
> > Details... ?
....
>
> All I did was download the V1.0 source, cc65 and a windows make binary. I
> looked through Google and found previous posts from Chris and others about
> the problems they encountered and I applied their suggestions to the source
> code and was able to compile it. The screen shot you see is that code
> running on kegs.
....
>
> Next on the list is the inverse problem ....I could not find
> anything on the
> various mailing lists or Goolge about that so far.
....
If you are sending 7-bit ASCII Text to the Apple II display with the
high bit = 0, you will probably get inverse or flashing characters. To get a
normal "A", you would send a $C1 (193 decimal).
If you are in 80 column mode and print a CONTROL-O-- CHR$(15)-- , that
could switch ON Inverse.
Another way you might slip into inverse is including an "I" in a command
string to the monitor.
Rubywand