Commit Graph

19 Commits

Author SHA1 Message Date
Joshua Bell f64011338d Packaging and docs for previous commit 2022-11-26 20:35:05 -08:00
Joshua Bell c4c14419fe Tidy following previous 2022-11-15 20:36:19 -08:00
Joshua Bell 3e0d41b809 Text color themes: Make the SYSTEM files chain 2022-01-06 17:12:30 -08:00
Joshua Bell b621ac6a4d Add ROMX RTC driver, c/o Jeff Mazur.
This is a modified version of the ROMX Real-Time Clock driver. The changes include:

* Converting the source to ca65.

* Integrating with the driver installer framework.

* Adapting the driver to not modify page 2 beyond $220. The ROMX RTC
  firmware writes bytes to $2B0, and the the original driver placed
  temp code at $250. This can conflict with ProDOS applications that
  use page 2, so the driver was reworked to save/restore anything at
  at $2B0.

Other changes:

* Add a util/ source dir, and cricket/date, quit.system and
  pause.system there.

* Pull the "print current date" logic out of clock drivers into driver
  preamble.
2021-10-05 19:58:31 -07:00
Joshua Bell 974a7d49f0 Installer: If next .SYSTEM file is not found, just QUIT.
Previously, an error was shown. This means using QUIT.SYSTEM was
required if you wanted to launch Bitsy Bye (or whatever selector you
installed). This meant extra code, and wasn't user friendly. You may
still want QUIT.SYSTEM if you have e.g. BASIC.SYSTEM later in your
directory.
2021-09-06 11:31:18 -07:00
Joshua Bell 2358dd7bab Docs for PAUSE.SYSTEM 2021-08-25 20:53:21 -07:00
Joshua Bell ae13e28777 Migrate from Travis-CI to GitHub Actions 2021-06-19 17:23:00 -07:00
Joshua Bell 6e9c18c3aa travis-ci.org -> .com 2021-06-09 20:20:43 -07:00
Joshua Bell ace258d862 Rejiggered the selectors, added actual 40-column Bird's Better Bye.
I discovered that Bird's Better Bye and the ProDOS 1.9 selector are different.
Documentation updated with the history to the best of my knowledge.
2020-12-23 19:23:23 -08:00
Joshua Bell 5cf3426967 Add AE DClock driver, based on work by M.G. Fixes #3 2020-12-21 20:47:07 -08:00
Joshua Bell 1260999b6c Add SELECTOR.SYSTEM capturing the behavior of ProDOS 1.x. Fixes #5
Mostly just for historical interest.
2020-12-21 10:50:54 -08:00
Joshua Bell a42dec7f3f
Update README.md
Correct which version added Bird's Better Bye (not sure if 1.8 or 1.9 tho)
2020-12-20 19:48:39 -08:00
Joshua Bell 4d24855217
Update README.md 2020-12-20 19:42:47 -08:00
Joshua Bell cd2074c864 Add Travis-CI config, add README 2019-10-03 21:36:01 -07:00
Joshua Bell e34e7a9728 Merge a2stuff/ram.drv.system, move to subdir 2019-10-03 21:17:31 -07:00
Joshua Bell c7df8cb73b
Add Travis build status 2019-09-30 21:02:54 -07:00
Joshua Bell 2dfb4410a9 Update README with branch details 2019-06-21 16:48:07 -07:00
Joshua Bell 6edbfa48ac Rename to match original 2019-06-17 20:45:00 -07:00
Joshua Bell a2bc49a38b Add README 2019-02-24 20:05:42 -08:00