This afternoon was a very intense debugging session 
Nah, I joke, I just played Sonic R and Virtua Fighter Kids with my debug cartridge plugged on my Saturn 
I unlocked Sarah's movie 
Unfortunately, I lost against Dural during last (bonus) stage, but at least I was stronger than Saturn BIOS Backup Library

Read more Yeah !!! It work ! (when it doesn't bug)
I could finally write a file to my SD card ... from my Saturn 
Well, I just tested by dumping my Saturn's BIOS, and didn't tried further, because I don't want to find and fix other bugs today 
Top : my Saturn BIOS, dumped from my Freewing device 5 years ago
Bottom : BIOS file in my SD card dumped today
Hex Editor says that both files are identical 
This fixes a nearly 3 years old bug

At that time,
I connected a SD card to my second pad port on my Saturn and could read files successfully. However, file write sometimes failed ... I thought about many possible causes of failures (not enough 3.3V power supply ? Bad luck ? etc etc), but it was a software bug : writing sectors to SD card actually takes longer than reading sectors, and I didn't waited enough for my SD card to finish write.
Changing poll timeout count from 500 clocks to 50000 clocks seems to fix the problem. (Q&D fix, but if it works fine, I won't change it

)
So now, as SD card read/write access works on both yabause and real hardware, it is time to to use it in order to develop new features for my Saturn

Read more Could finally write a file to my SD card :]
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 
Me when debugging my Saturn projects
(Video grabbed from 9gag.com)
But at least, virtual memory cart is ready for debugging now 
Debug session with yabause and SatLinkNiGHTs Xmas header data (bottom of screenshot) was copied
from internal memory to laptop HDDSo, 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
(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 
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 :]