diff --git a/set.date.s b/set.date.s index 8a51da8..29f7717 100644 --- a/set.date.s +++ b/set.date.s @@ -1,3 +1,6 @@ +;;; SET.DATE utility for The Cricket! +;;; Prompts for date and sends Cricket "Set Date" sequence. + .setcpu "6502" .linecont + diff --git a/set.time.s b/set.time.s index badc6f3..f77c4b8 100644 --- a/set.time.s +++ b/set.time.s @@ -1,3 +1,6 @@ +;;; SET.TIME utility for The Cricket! +;;; Prompts for time and sends Cricket "Set Time" sequence. + .setcpu "6502" .linecont + diff --git a/test.s b/test.s index a07033c..61f7c9b 100644 --- a/test.s +++ b/test.s @@ -1,3 +1,7 @@ +;;; Test program for The Cricket! +;;; * Probes Slot 2 for Super Serial Card (or compatible) +;;; * Initializes SSC +;;; * Sends Cricket ID sequence .setcpu "6502" .linecont +