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

Re: 80 Columns & DOS 3.3 for cc65?



Harry Potter wrote:
> How do I use the 80-column text screen on an Apple 2 from a cc65
> program?  Same with DOS 3.3 routines?

I have used DOS 3.3 by simply doing what you'd do from BASIC:

printf("\r\4BLOAD TRACK%02d,A$%X,S%1d,D%1d\r", trackno, BUFFER + 0x300,
cur_slot, cur_drive + 1);

Works very well, although it is admittedly not very pretty.

-- 
Linards Ticmanis