mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-02 16:32:32 +00:00
Update README and version stamp
This commit is contained in:
parent
cae1399ec5
commit
71097b0bbe
@ -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...
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user