From 8d0f3b6496095205a3dfbc42737d06aa28ec533e Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 3 Oct 2021 16:08:23 -0400 Subject: [PATCH] use iigs equates --- vt100.key.S | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/vt100.key.S b/vt100.key.S index 92d0c1f..d72adf1 100644 --- a/vt100.key.S +++ b/vt100.key.S @@ -4,15 +4,13 @@ xc xc - mx %11 use vt.equ + use apple2gs.equ use debug - ext dispatch + mx %11 -KEYMOD equ $c025 -KEYSTROBE equ $c010 -KBD equ $c000 + ext dispatch kmShift equ %0000_0001