prodos-drivers/clocks/fujinet
Joshua Bell dc9c77170e FujiNet Clock Driver: Fix search continuation during install
When a SmartPort device was found that wasn't the FujiNet, the search
continuation used the wrong offset to get the high byte of the slot
address.

Also, fix the "jumbo" clock driver's Makefile to ensure it is rebuilt
when dependencies change.
2022-11-28 20:20:45 -08:00
..
fn.clock.system.s FujiNet Clock Driver: Fix search continuation during install 2022-11-28 20:20:45 -08:00
Makefile Move clock driver sources into clocks/ subdir to tidy top level 2022-11-18 18:23:03 -08:00
README.md Move clock driver sources into clocks/ subdir to tidy top level 2022-11-18 18:23:03 -08:00
smartport.inc Move clock driver sources into clocks/ subdir to tidy top level 2022-11-18 18:23:03 -08:00

FujiNet ProDOS Clock Driver

FujiNet for Apple II provides a number of devices via SmartPort. Alongside four block and a network device it has a real time clock device.

This driver is an adaptation of the other drivers in https://github.com/a2stuff/prodos-drivers