[cc65] bug in tgidemo (2.9.2)

Date view Thread view Subject view

From: Rafal (rafalszyja_at_poczta.onet.pl)
Date: 2003-08-20 15:48:59


Hi,
I just have finished v2.9.2 win32 installer
and while I was preparing it I found that
one example (tgidemo.c) program has been changed,

later when I was testing the package that example program gave me this
error:

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...

but there is someting strange ,

when I added parameter and compiled the program ,
I tested it under Vice 1.12 and :
 - program loaded TGI driver then get stuck
at this point:

0ba9 lda $c6
0bab beq $0ba9

this is neverending loop...

after this...
when I reverted to example from v2.9.1 it worked again...

Please tell me what to do now :)
for now I reverted that sample program to older version.

I used unpatched CC65 2.9.1

Raf




----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-08-20 16:02:02 CEST