From d82077542a9e808d41f29facb89bafa9dbb81e78 Mon Sep 17 00:00:00 2001 From: Amanda Cameron Date: Mon, 8 Jan 2018 20:37:09 -0500 Subject: [PATCH] Remove DRILL_GATHER_SLOW/FAST -> DRILL_GATHER add additional COMPORT commands. --- Snippet:-Constants.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Snippet:-Constants.md b/Snippet:-Constants.md index 8cc7be4..efe7441 100644 --- a/Snippet:-Constants.md +++ b/Snippet:-Constants.md @@ -16,8 +16,7 @@ HWID_COMPORT equ 0xD ;*************************** Drill actions IDs DRILL_POLL equ 1 -DRILL_GATHER_SLOW equ 2 -DRILL_GATHER_FAST equ 3 +DRILL_GATHER equ 2 ; Drill status DRILL_STATUS_OK equ 0 DRILL_STATUS_BUSY equ 1 @@ -75,9 +74,11 @@ FLOPPY_WRITE_SECTOR equ 3 RADIO_LISTEN equ 1 ;*************************** Com Port actions IDs +COMPORT_BUFFER_CLEAR equ 0 COMPORT_POLL equ 1 COMPORT_FRONT_PORT_OUT equ 2 COMPORT_SELF_OUT equ 3 +COMPORT_CONSOLE_CLEAR equ 4 ;*************************** Keys IDs KEY_ESC equ 0x1b