# HG changeset patch # User boisy # Date 1027142570 0 # Node ID 8537883cc963c45350173ab0350ef44f77a724f7 # Parent 23e62d066745705b16539914dcc8fb22e0345c84 Comment improvements diff -r 23e62d066745 -r 8537883cc963 3rdparty/utils/smartwatch/swread.asm --- a/3rdparty/utils/smartwatch/swread.asm Sat Jul 20 04:43:50 2002 +0000 +++ b/3rdparty/utils/smartwatch/swread.asm Sat Jul 20 05:22:50 2002 +0000 @@ -31,10 +31,10 @@ ifp1 use defsfile + use systype endc cartI equ $FF22 cartridge IRQ report -multipac equ $FF7F rom equ $FFDE ram equ $FFDF IEN equ %00100000 @@ -69,21 +69,21 @@ size equ . message1 fcc /no clock found/ - fcb $0D + fcb C$CR setime fcc /setime/ forced chain to setime routine - fcb $0D + fcb C$CR -errmes fcb $0a +errmes fcb C$LF fcc /Swread syntax:/ - fdb $a0a + fcb C$LF,C$LF fcc /swread [n&]/ - fcb $0a + fcb C$LF fcc / The parameter string is optional; n = 1 to 60 min/ - fcb $0a + fcb C$LF fcc / permitting the watch to be poled in background every/ - fcb $0a + fcb C$LF fcc / n minutes. Use decimal time values./ - fcb $0d + fcb C$CR allert fcb $C5,$3A,$A3,$5C,$C5,$3A,$A3,$5C,0 start clr / endmes equ * + emod pgrmend equ * + end