From 633bd5c058468ce2f047655aad77297a5a304cd8 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 21 Oct 2002 21:59:54 +0000 Subject: [PATCH] Some entries for the wait flag support Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@391 --- include/bios.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/bios.h b/include/bios.h index 61d940bc..ef37fa88 100644 --- a/include/bios.h +++ b/include/bios.h @@ -84,6 +84,11 @@ #define BIOS_KEYBOARD_FLAGS3 0x496 #define BIOS_KEYBOARD_LEDS 0x497 + +#define BIOS_WAIT_FLAG_POINTER 0x498 +#define BIOS_WAIT_FLAG_COUNT 0x49c +#define BIOS_WAIT_FLAG_ACTIVE 0x4a0 + #define BIOS_PRINT_SCREEN_FLAG 0x500 #define BIOS_VIDEO_SAVEPTR 0x4a8