From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-23 19:10:42
On Sun, Dec 22, 2002 at 04:44:04PM +0100, MagerValp wrote: > This is something that I'm interested in too, as I recently wrote a 53 > column (6x8 pixel chars) driver. Is there any way of overriding > certain conio functions in c64.lib? Only cputc and a few other > functions need to be updated, others can be left as is so writing a > complete conio replacement would be a waste. Just add the object files to the linker command line *before* the standard library. Things that the linker does alreadyhave aren't searched in the library. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-23 19:11:36 CET