Temat: Biblioteka FAT16/32

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.

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

2

Odp: Biblioteka FAT16/32

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

3

Odp: Biblioteka FAT16/32

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

Odp: Biblioteka FAT16/32

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

Odp: Biblioteka FAT16/32

And what lib is that You use in your firmwares?

6

Odp: Biblioteka FAT16/32

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

Odp: Biblioteka FAT16/32

Well, so not usable for me :(

8

Odp: Biblioteka FAT16/32

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

9

Odp: Biblioteka FAT16/32

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

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

10

Odp: Biblioteka FAT16/32

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