Path: chuka.playstation.co.uk!news From: Chris Chadwick Newsgroups: scee.yaroze.beginners Subject: Re: Ok, truly stuck again. Date: Tue, 12 Aug 1997 00:02:00 -0700 Organization: PlayStation Net Yaroze (SCEE) Lines: 29 Message-ID: <33F00A68.74E@dial.pipex.com> References: <5snvc6$d575@chuka.playstation.co.uk> NNTP-Posting-Host: al171.du.pipex.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.02 (Win95; I; 16bit) Mark Green wrote: > > Thanks for all your help. However I have tried both of your kind > suggestions and neither worked :( This seems very odd. Is it something to > do with non-word-alignment of variables or similar? Hi Mark. Me again (I got an extra day before I have to send PC for repairs :) Sorry no solution yet, but i've just noticed something else that should make a difference! The TIM load address defined in your code with: #define VH_ADDR 0x80100000 Address 0x80100000 is the default load address to place the actual .text section of your program. Try changing this to something like 0x80090000. I'm assuming you havent changed the default .text load address in your makefile - if using GNU development - or made the equivalent dialog box setting change - if using CodeWarrior. However, im still a bit puzzled when you said earlier that it works when you remove the GsSortClear(); if there was a conflict of addresses, your download TIM would be overwritten when the .text section was downloaded at the same address... Anyway, hope this helps. Cheers Chris