# HG changeset patch # User William Astle # Date 1546449079 25200 # Node ID 704b2c9dc19eb998480af44af0819b1cec236366 # Parent 605ff82c4618c2d8abc63f721246909bf134a7b4 Remove extraneous unused and incorrect definition diff -r 605ff82c4618 -r 704b2c9dc19e defs.s --- a/defs.s Sat Dec 08 19:57:01 2018 -0700 +++ b/defs.s Wed Jan 02 10:11:19 2019 -0700 @@ -34,7 +34,6 @@ HRESSCRN equ 0x2000 ; where the hi-res text screen starts in logical memory HRESBUFF equ 0xc000 ; where the HGET/HPUT buffers are in logical memory TMPSTACK equ 0xdfff ; temporary stack location when in secondary memory map -CURCHAR equ SPACE ; hi-res text screen cursor character ; HGET/HPUT buffer header structure HB.ADDR equ 0 ; address of next buffer (2 bytes) HB.NUM equ 2 ; number of this buffer (1 byte)