Path: chuka.playstation.co.uk!news From: Javier Ventoso Newsgroups: scee.yaroze.beginners Subject: Re: Problem creating single file. Date: Mon, 13 Sep 1999 16:47:09 +0200 Organization: PlayStation Net Yaroze (SCEE) Lines: 54 Message-ID: <37DD0E6D.C37CDD77@teleline.es> References: <7ree97$mac19@chuka.playstation.co.uk> <37DC6B8E.86FD3FCA@teleline.es> <7ri5po$g0d6@chuka.playstation.co.uk> NNTP-Posting-Host: 195.235.211.226 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en If this does not work then check loading address in your code, must be without space between files: #define TIM_00 0x80090000 // file 256 bytes long #define TIM_01 0x80090100 (...) Download "autosort" in my page to do it, or use "ny project builder": http://www.netyaroze-europe.com/~javier/ Cheers DeL wrote: > Thanks for you're input Javier, but unfortunately this has not worked > (Yaroze crashes after loading file). > Anyone got any other tips, I know my original method is supposed to work. > > Javier Ventoso wrote in message <37DC6B8E.86FD3FCA@teleline.es>... > >If you want build one compact data file, try msdos command > >"copy" with "+" and "/b" ( binary copy ) > > > >example, add tims and tmd to "mydata.dat" > > > >copy /b image1.tim + image2.tim + model.tmd mydata.dat > > > >Cheers, > > > >Javi. > > > > > >DeL wrote: > > > >> Hi all > >> > >> I'm trying to create a single DATA file of my demo, I've tried doing it > this > >> way: > >> > >> siocons auto // Load program into yaroze > >> > >> // Exit program > >> > >> // Press F10 then F4 to access dsave[x] > >> > >> At this point I type in this: > >> > >> dasave[1]: data 80090000 40000 > >> > >> At this point the yaroze screen says it has completed but no prompt back > on > >> the dos screen what's going wrong? > >