Update README and version stamp

This commit is contained in:
Joshua Bell 2017-12-01 20:04:20 -08:00
parent cae1399ec5
commit 71097b0bbe
2 changed files with 4 additions and 2 deletions

View File

@ -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...

View File

@ -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