[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question? Can I use a 80 column card on an APPLE ][+
- Subject: Re: Question? Can I use a 80 column card on an APPLE ][+
- From: Tom Zuchowski <71214.1670@CompuServe.COM>
- Date: 1996/03/20
- Newsgroups: comp.sys.apple2
- Organization: CompuServe, Inc. (1-800-689-0736)
- References: <4inger$k1e@bcarh8ab.bnr.ca>
>On a related note, does anyone know the control codes
or peeks/pokes to get
>a 80 column card for the ][+ to shift from 80 to 40 column mode?
I find it
>impossible to get back to 40 from 80 columns without pressing
reset. pr#0
>does not seem to work in this case ?? any ideas?
II+ cards that follow the Videx command standards require a
control-Z followed by a 1 to reset to 40-col. mode. In an
Applesoft program that would be PRINT CHR$(26)"1".
These cards also need a LF to clear the screen in conjunction with
the HOME command: that would be PRINT CHR$(12).
TomZ