Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hbeira

Pages: [1]
1
If your pseudo Saturn has ram, it will crash with Jo Engine becauseJo engine tries to allocate memory to a non-existant adress.
Use the workaround in the makefile or change the adress of the ram to the correct values.

Thanks for your answer, but I fix it and told how below... ;-)

That's very odd, I don't patch my ISOs and I don't need to enable pseudo saturn support, yet I can get things to boot in Pseudo Saturn just peachy.

Try adding this to your makefile:
JO_PSEUDO_SATURN_KAI_SUPPORT = 1

Hey, I put this parameter and works! :-D
And I also put sound now using the parameter "JO_COMPILE_WITH_AUDIO_MODULE = 1"! :-)
Thanks a lot ponut64! Case solved! ;-)

2
Huh, I've never realized how similar the structure of the Saturn was with the Dreamcast. I thought they were completely different.

It's good ;-)

Is this a PAL or NTSC system?
Is it "Model 1" or "Model 2" system? What version is the CD drive board? [JVC, Hitachi, or Sanyo]
Preliminary tests indicate the engine is running into invalid memory ranges. You'll have to dig into the "jo_tga_loader" function and mandate that it always start at a specified memory address to use it the way you want to.
This, however, is not the explicit cause for your freeze.

Your functions are also out-of-order. my_gamepad calls functions that have yet to be defined. Move it above jo_main, but below all else.
In combination with memory range overflow, this might be the cause of the crash.

Another thing you should do is ensure jo_tga_loader will only be struck when it is incomplete. If jo_tga_loader is ever finished, it should not be called anymore, as it isn't meant to be used asynchronously. Jo engine might be tolerant of the current usage, but I would try to control it more strictly to prevent unseen memory shenanigans.

Of course, you may wonder: "We use jo_free_img to free the memory range specified for the background image. Why doesn't that work?"
Those are not meant to be used in conjunction with loading functions asynchronously. You must only free once, before the next image is loaded. This is probably the cause of the crash.

Hey, I did it and works! :-D
Many thanks ponut64 ;-D

PS: works with Swap Trick, not with Pseudo Saturn Kai Cartridge, even this ISO was patched. :-P

3
Hi Friends.

I burn my ISO on one CD, but it's don't run on my Saturn... :-(
On Yabause runs from my CD. :-)

On my Saturn, just freeze on this screen below.



I have try Swap Trick and Pseudo Saturn Kai...

Someone can help me about what is wrong?
I have attached my files in this topic.

Thanks in advance. ;-)

Pages: [1]
SMF spam blocked by CleanTalk