From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-08-20 19:16:38
On Wed, Aug 20, 2003 at 03:48:59PM +0200, Rafal wrote: > tgidemo.c > tgidemo.c(173): Error: Too few arguments in function call > make.exe: *** [tgidemo.o] Error -1 > > that line was > > tgi_init (); > > and it looks like it should be > > tgi_load (TGI_MODE_320_200_2); > > at least in v2.9.1 it was using that parameter... Yes, you're right, thanks for the report! I messed this up, because the parameter got removed in newer versions, and I used the wrong headers when compiling the samples. Just add the parameter as in your second example and you should be fine. I will add an entry to the "Known Bugs" page. > but there is someting strange , The only difference between the tgidemo.c file in version 2.9.1 and 2.9.2 is the removed parameter to tgi_init. 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 : 2003-08-20 19:16:48 CEST