This commit is contained in:
Anatoliy Belyanskiy 2023-08-12 04:42:48 +10:00
parent 007fb96bad
commit 78e70718f1
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 361bce691cf4130a703e57b8fc7b3b87d3b929de
Subproject commit cc0bf0dfac766dd97e7a5441b523034921cf3830

View File

@ -1815,11 +1815,11 @@ LP_PR_LINE_DIR:
LP_PRINT_LN_D11:
LD A,#50
OUT (SLOT3),A
JR LP_PRINT_LINE_DIR.next
JR LP_PR_LINE_DIR.next
;!TODO ­¥¤®¤¥« ­ 
LP_BELL:
JR LP_PRINT_LINE_DIR.next
JR LP_PR_LINE_DIR.next
LP_BACK:
LD A,SYS_PAGE
@ -1852,7 +1852,7 @@ LP_TAB: LD A,SYS_PAGE
DEC C
JR NZ,.loop
JR LP_PRINT_LINE_DIR.next
JR LP_PR_LINE_DIR.next
.end_Line:
LD A,SYS_PAGE
OUT (SLOT3),A
@ -1901,7 +1901,7 @@ LP_LF: LD A,SYS_PAGE
LP_CLS: ; ...
; scrolling ????
JR LP_PRINT_LINE_DIR.next
JR LP_PR_LINE_DIR.next
LP_CR: LD A,SYS_PAGE
OUT (SLOT3),A

Binary file not shown.