From 71097b0bbec6479f86c968939fdd767b6b407c57 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 1 Dec 2017 20:04:20 -0800 Subject: [PATCH] Update README and version stamp --- README.md | 4 +++- cricket.system.s | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d366a7c..b101b4d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ The included disks include: Like the `NS.CLOCK.SYSTEM` (by "CAP") ideally we would have: * [x] A ProDOS `.SYSTEM` file -* [ ] Detects the presence of a Cricket +* [X] Detects the presence of a Cricket * [x] Installs a driver in memory following the ProDOS clock driver protocol * [x] Chains to the next `.SYSTEM` file (e.g. `BASIC.SYSTEM`) + +Just need to try it on real hardware now... diff --git a/cricket.system.s b/cricket.system.s index cb3cf6e..b2d6bf8 100644 --- a/cricket.system.s +++ b/cricket.system.s @@ -33,7 +33,7 @@ sys_start: sec bcs relocate - .byte $11, $26, $17 ; 11/26/17 - version date stamp + .byte $12, $1, $17 ; 12/1/17 - version date stamp ;;; ------------------------------------------------------------ ;;; Relocate this code from $2000 (.SYSTEM start location) to $1000