Search found 6 matches

by ..::[carsten]::..
Tue Jan 11, 2005 12:22 am
Forum: PS2 Development
Topic: noob asm5900 prob
Replies: 11
Views: 3876

that's confusing...
why is this proc called setbgcolor if it does not set thebackground's color????

thanks
by ..::[carsten]::..
Sun Jan 09, 2005 11:26 pm
Forum: PS2 Development
Topic: noob asm5900 prob
Replies: 11
Views: 3876

my GsSetBgColor takes the color in a0 (look at gs.inc). the code i posted should change the bgcolor to red, but it only draws a red rect at the borders of the tv!? i also tried out an older version (1.3 i think), which takes color in v0, but there is the same problem...
by ..::[carsten]::..
Fri Jan 07, 2005 4:58 am
Forum: PS2 Development
Topic: noob asm5900 prob
Replies: 11
Views: 3876

i think i downloaded my version at wire's page. may mail me yours? hopefully it works afterwards...
by ..::[carsten]::..
Thu Jan 06, 2005 7:45 pm
Forum: PS2 Development
Topic: noob asm5900 prob
Replies: 11
Views: 3876

it worked only once...
after a recompiling it shows the rect again!?

when i take a look at the GsSetBgColor proc in gs.inc it takes the color in a0. so what is the prob now???

thanks in advance

..::[carsten]::..
by ..::[carsten]::..
Thu Jan 06, 2005 3:33 am
Forum: PS2 Development
Topic: noob asm5900 prob
Replies: 11
Views: 3876

works ine now ;) thanks

ps:i will never write it again, promised!
by ..::[carsten]::..
Thu Jan 06, 2005 2:15 am
Forum: PS2 Development
Topic: noob asm5900 prob
Replies: 11
Views: 3876

noob asm5900 prob

hi, i am new to ps2dev. i coded the following with asm5900 and ps2lib20. it only shows a red frame at the tv`s borders: TARGET ELF, R5900 code SEGMENT 0x400000 ASSIGN pc:code.main, gp:0x432101, sp:0x123454 INCLUDE "..\ps2lib\macros.inc" INCLUDE "..\ps2lib\equat...