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

Re: DGR...



On Tue, 13 Nov 2012, gids.rs@sasktel.net wrote:

Are the routines for the Plot command in the $F800 monitor not already programmed into CC65. They work with Dbl lo-res graphics.

I'm using the F800 call through inline asm. (All the graphics code is done through inline asm as I didn't want to deal with drivers and loadable modules. GR mode is officially supported only through such a method.)

-uso.