From b542452e12f83982f05e352f482abcfd15b1fb34 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 20 Jun 2004 16:55:29 +0000 Subject: [PATCH] New define for bios wait flag function Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1843 --- include/bios.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bios.h b/include/bios.h index af1ae858..afd25bca 100644 --- a/include/bios.h +++ b/include/bios.h @@ -91,6 +91,8 @@ #define BIOS_WAIT_FLAG_POINTER 0x498 #define BIOS_WAIT_FLAG_COUNT 0x49c #define BIOS_WAIT_FLAG_ACTIVE 0x4a0 +#define BIOS_WAIT_FLAG_TEMP 0x4a1 + #define BIOS_PRINT_SCREEN_FLAG 0x500