PPCenter :: devblog

PPcenter. Arts and craft for my Sega Saturn. Since 1847 !

Some fun with yabause on my laptop

Written by cafealpha 2 comments
Today, I made fixes to :
 - yabause (debug version for personal use), because UBC doesn't works well on it.
 - SatLink, because mkdir function returns -1 when folder already exist
 - PseudoSaturn, various features additions, fixes, as usual
 - BackupManager, in order to display some debug informations.
 - Vmem module, various fixes, especially one that took me a couple of hours to understand

data/images/20150630_bug_fix.gif
Me when debugging my Saturn projects
(Video grabbed from 9gag.com)


But at least, virtual memory cart is ready for debugging now
data/images/20150630_vmem_test.tb.png
Debug session with yabause and SatLink
NiGHTs Xmas header data (bottom of screenshot) was copied
from internal memory to laptop HDD


So, everything don't work right now, but UBC related things and log message output are nearly OK, so that debugging this vmem project will be (maybe ?) comfortable from now :]

... I'm tired No more debugging for today ^^

Read more Some fun with yabause on my laptop

Iso/Cue "loader" works on real hardware :]

Written by cafealpha no comments
(For more informations, you can also read this old article.)

I finally had time to use my Saturn, and I could verify that iso/cue "loader" works on real hardware !
Of course it works well when reading from RomFs, and it works also well when reading file from SD card

data/images/20150626_iso_loader.tb.jpg
My test environment ... sorry for the mess
(Micro SD card is located on top-left of the cartridge)

I lost some time to understand why data transfer from SD card was slower than expected, but finally understand why : some debug/whatever delay routine was called when accessing cartridge registers ...
Just putting some #if 0 around this delay code solved the "problem" ^^;

Read more Iso/Cue "loader" works on real hardware :]

Rss feed of the tag