HomeForumsWhat's newResources 
 
 
Need for a program loader ?
vreuzon - Jan 13, 2003

 < Prev  1  2  3  4  5 

 Ammut Jun 29, 2003
Wow - simply, wow. Amazing work VBT... this is so cool I think we all have been dreaming of this for a long time but realistically it had been mostly abandoned some time ago. Thanks for realizing this amazing feat.

---Ammut

 sonik Jun 30, 2003
Great job! It's amazing!

 Tai-Pan Jul 1, 2003
Mhh...Ive been reading this thread..and..You have done an excellent job dude..

Ermm...Im not very sure about this..but...does this mean that we will be able to play burnt games wihout a mod-chip?!?! :huh ..pleasecorrect me if im wrong..

 AntiPasta Jul 2, 2003
I'm pretty darn sure this does *not* defeat the copy protection.

But still, it's a great piece of work!

 mal Jul 2, 2003
No, this is not a boot disc.

 vbt Jul 14, 2003


Here is the next background for the Bootloader (Mater JMC gave me some help ), it works fine on emus so I'll burn it soon

PS : In ordr to have the right palette using Girigiri I had to put twice time the palette in memory but there was no bug on SFF and Satourne, did someone notice the same bug ?

Code:
  
	SCL_AllocColRam(SCL_NBG0,256,OFF); 

  SCL_SetColRam(SCL_NBG0,0,256,palette);

  SCL_SetColRamMode(SCL_CRM15_1024);

Maybe I forgot to do something to register the palette at the first time, but two elus displyas right colors ?????

 vbt Jul 27, 2003
Just a simple question : do you think if I add the 3rd part boot disc on my boot loader and then make reset I could continue to test other progs without making swap ?

Other point I've made my own CTI creator to recreate CDs and now can make a lot of tests on games, the conclusion is that the games I can put must have the same program starting address (0x0600400).

Last question does someone is still interested with a release to make his own CD ?

The compressed file should contain :

- sl.cti

- 0.bin

- fld_knl.bin

- menu.bin

- menu_pal.bin

- abs.txt

- bib.txt

- cpy.txt

 Reinhart Jul 27, 2003

  
	
	
Originally posted by vbt@Jul 27, 2003 @ 10:33 AM

Other point I've made my own CTI creator to recreate CDs and now can make a lot of tests on games, the conclusion is that the games I can put must have the same program starting address (0x0600400).



Does this mean transfering data from one prog to another is impossible ?


  
	
	
Last question does someone is still interested with a release to make his own CD ?



I'm interested

 slinga Jul 27, 2003
You should make a release that we can use for the contest. Just tell everyone who's entering to compile to 0x06004000, and create a directory with their stuff. Hopefully it'll work.

 vbt Jul 27, 2003

  
	
	
Originally posted by slinga@Jul 27, 2003 @ 04:43 PM

You should make a release that we can use for the contest. Just tell everyone who's entering to compile to 0x06004000, and create a directory with their stuff. Hopefully it'll work.


In fact, there are two prerequisites :

- IP.BIN and APP ENTRY must use 0x06004000 as starting address

- the area from 0x200000 to 0x202000 cannot be used

Also maybe I should make a specific image for the contest

 vbt Jul 27, 2003

  
	
	
Originally posted by Reinhart+Jul 27, 2003 @ 04:06 PM-->
QUOTE(Reinhart @ Jul 27, 2003 @ 04:06 PM)