From 45468e3876240205699bfc82122c2b6b8bfb788c Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 25 Dec 2005 18:10:36 +0000 Subject: [PATCH] restore misc flags just in case --- detpic/variables.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/detpic/variables.asm b/detpic/variables.asm index 9d83869..b1edb4f 100644 --- a/detpic/variables.asm +++ b/detpic/variables.asm @@ -10,6 +10,7 @@ idloc1_master equ 7 idloc1_boarddet equ 6 acknmra res 1 ; must tell host about NMRA buffer state +flags res 1 ; miscellaneous state flags t res 1 ; general temporary u res 1 ; general temporary (another) -- 2.30.2