Packaging and docs for previous commit

This commit is contained in:
Joshua Bell 2022-11-26 20:35:05 -08:00
parent f2ea11fcde
commit f64011338d
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ This repo includes the following drivers/modifications:
* Applied Engineering DClock
* ROMX Real-Time Clock
* FujiNet Clock
* A "jumbo" driver that includes all of the above (just called `CLOCK.SYSTEM`)
* RAM Disk drivers
* RAMWorks Driver by Glen E. Bredon
* Quit dispatcher/selector (`BYE` routines)

View File

@ -26,6 +26,7 @@ add_file "clocks/dclock/out/dclock.system.SYS" "dclock.system#FF0000" "/$
add_file "clocks/ns.clock/out/ns.clock.system.SYS" "ns.clock.system#FF0000" "/$VOLNAME"
add_file "clocks/romx/out/romxrtc.system.SYS" "romxrtc.system#FF0000" "/$VOLNAME"
add_file "clocks/fujinet/out/fn.clock.system.SYS" "fn.clock.system#FF0000" "/$VOLNAME"
add_file "clocks/jumbo/out/clock.system.SYS" "clock.system#FF0000" "/$VOLNAME"
add_file "ram.drv/out/ram.drv.system.SYS" "ram.drv.system#FF0000" "/$VOLNAME"
add_file "selectors/out/bbb.system.SYS" "bbb.system#FF0000" "/$VOLNAME"
add_file "selectors/out/buhbye.system.SYS" "buhbye.system#FF0000" "/$VOLNAME"