Skip to content

Releases: FujiNetWIFI/fujinet-lib

Doubtful Magenta

24 Aug 20:03
Compare
Choose a tag to compare

[4.5.1] - 2024-08-24

  • [atari] set dtimlo to 1 for appkey read, 2 for appkey write to reduce timeouts when reading / writing a new appkey
  • [adam] initial implementations of network, no release

Tasty Polychrotidae

08 Aug 16:14
Compare
Choose a tag to compare

[4.5.0] - 2024-08-08

  • [apple2] send the network unit number with the payloads for network calls to allow for multiple network sub-devices on a SP network device
  • [apple2] convert apple2 asm files to C for almost all network functions and bus calls

This release adds support for N1: N2: etc for apple applications.
Must run firmware from at least commit "0886c3e9 2024-08-07"

Wild Dioxide

28 Jul 13:26
Compare
Choose a tag to compare

[4.4.0] - 2024-07-28

  • [cbm] Network Library first release for C64!
  • [coco] first "release" of coco library, haven't tested it though, just what Thom put in, and I've compiled.

Gauss Colemanite

30 Jun 19:55
Compare
Choose a tag to compare

[4.3.1] - 2024-06-30

  • [network] fix network_unit return value

Gleaming Taaffeite

30 Jun 13:11
Compare
Choose a tag to compare

[4.3.0] - 2024-06-30

  • [cbm] Implement hash functions in commodore.
  • Remove fuji-hash-length implementations from all platforms, as it doesn't work. fuji-hash-size is its replacement.
  • [atari] fix appkey arrays/pointers
  • [make] Use new makefile structure
  • [coco] Use same makefiles as other targets
  • [apple2] change sp_init/sp_dispatch to use self modifying code to fix page boundary issue and replace _sp_dispatch_fn for _sp_dispatch_address

Obedient Pine

18 Jun 23:55
Compare
Choose a tag to compare

[4.2.0] - 2024-06-19

  • Implement commodore fujinet-lib functions
  • Add fuji_open_directory2 prototype for applications to send path and
    filter separately rather than in fixed 256 byte buffer with \0 delimiter. Used by CBM.
  • Rework Hash API, provide simpler interface
  • Fill in some COCO parameters in FUJI calls

Squirrel Magenta Rosemead

05 Jun 16:17
Compare
Choose a tag to compare

[4.1.4] - 2024-06-05

  • Fix sp_init again! Thanks again to @shunkita for noticing I'd broken their update.

Vast Rhenium Rabbit

03 Jun 13:29
Compare
Choose a tag to compare

[4.1.3] - 2024-06-03

  • Fix sp_init to find any SP device with network device, skipping past any higher cards if they don't have it (thanks @shunkita)

Chamaeleonidae Peg Leg Kreios

20 May 07:09
Compare
Choose a tag to compare

[4.1.2] - 2024-05-20

Bugfix:

  • [apple2] fix sp_find_device to not stop on error devices when finding names (thanks Eric Carr)

Witty Hassium Kiev

14 May 20:05
Compare
Choose a tag to compare

[4.1.1] - 2024-05-14

  • Enhance build to produce target specific versions of the library, e.g. apple2enh from apple2 src.
    The appkey application was failing in apple2enh without the specific version of the library.

  • [apple2] convert network_open src from asm to c

Bugfix:

  • [apple] sp_read was incorrectly calling sp_open 😱