1 Ostatnio edytowany przez qbahusak (2022-07-19 14:10:18)

Jest gdziesik jakaś biblioteka obsługi FAT16/32 najlepiej w 6502 (ale może też w C), która obsługuje długie nazwy i jest łatwa w użyciu? Wystarczy RO.

2

nie znam, polecają  http://elm-chan.org/fsw/ff/doc/appnote.html

3

Coś ma Draco, bo pisał driver do SDX i coś ma FJC, bo ma obsługę w U1MB albo SIDEx.

hex, code and ror'n'rol
niewiedza buduje, wiedza rujnuje

4

This is a bit bloated and was little use to me, but it might offer some insights:

https://github.com/commanderx16/x16-rom … /dos/fat32

5

And what lib is that You use in your firmwares?

6

qbahusak napisał/a:

And what lib is that You use in your firmwares?

Written from scratch when nothing else existed and extended over a period of years.

7

Well, so not usable for me :(

8

No, but see the open-source project I came here and linked to a couple of posts back.

9 Ostatnio edytowany przez qbahusak (2022-07-25 08:50:31)

I have looked in, there is some work to do because code is macro-overloaded and care is needed.

10

Correct. I think it was coded for more or less limitless ROM space and a faster 6502, so is hardly optimised for conciseness.