[z88dk-dev] sdcard.h

Bridge to the z88dk-developers mailing list
Post Reply
alvin
Well known member
Posts: 1872
Joined: Mon Jul 16, 2007 7:39 pm

[z88dk-dev] sdcard.h

Post by alvin »

How portable is sdcard.h in the classic c lib? Is there any basic information on how to use it / port it available anywhere?



------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/3045 ... 31938128;j
stefano
Well known member
Posts: 2150
Joined: Mon Jul 16, 2007 7:39 pm

Post by stefano »

How portable is sdcard.h in the classic c lib? Is there any basic information on how to use it / port it available anywhere?
I did my best to make it generic. Sadly I've been stuck for long time due to an sccz80 bug on the long types (bit shifting if IIRC) which now should be solved. This made me look for workarounds in native assembly and due to the extra lag I never completed the whole port.
I think we have enough for a basic dialog with the SDCARD (I remember I tested it with ZXMMC too with the RealSpectrum emulator) but my original intention was to get up to the FAT file system and think at an universal driver interface.
I'm confident SDCC won't be very disappointed with it, but as I said some component is still missing (or untested).



------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/3045 ... 31938128;j
Post Reply