Die Suche ergab 4 Treffer

von bbock
22.06.2023 20:47
Forum: Programmierung
Thema: cc65 mit TGI
Antworten: 4
Zugriffe: 516

Re: cc65 mit TGI

Thank you for the explanation. I just wanted to add that I succeeded to create a TGI enabled program using the following compiler options:

%cc65bin%\cl65 -t atari -Wl -D__RESERVED_MEMORY__=0x2000 -DDYN_DRV=0 -o %comfilename% %files%

My program will participate in the ABBUC Software Contest 2023.
von bbock
22.06.2023 20:35
Forum: Programmierung
Thema: Interessante Anwendung des "Flood Fill" Algorithmus
Antworten: 2
Zugriffe: 942

Re: Interessante Anwendung des "Flood Fill" Algorithmus

Danke für den Link! Das ist wirklich sehenswert.
von bbock
28.04.2023 22:32
Forum: Programmierung
Thema: cc65 mit TGI
Antworten: 4
Zugriffe: 516

Re: cc65 mit TGI

Hi Thom, thank you for pointing me to your excellent Platoterm program, which you ported to multiple platforms. Most of the TGI related stuff seems to take place in screen.c. Regarding the cofiguration, I found the following line in your Makefile: LDFLAGS.atari = --start-addr 0x2420 -Wl -D__RESERVED...
von bbock
28.04.2023 14:26
Forum: Programmierung
Thema: cc65 mit TGI
Antworten: 4
Zugriffe: 516

cc65 mit TGI

Hallo allerseits, hat hier schon jemand versucht ein C-Programm mit dem cc65 Compiler mit der Grafikbibliothek TGI (tiny graphics interface) zum Laufen zu bringen? Meine Versuche endeten bisher immer in einem Absturz; ich verwende den Treiber atrx8.tgi. Ich habe das Beispielprogramm "tgitest&qu...