[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question? Can I use a 80 column card on an APPLE ][+



>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