From 0cd64452c06f0071063a6d3d82f6d985f2c3716c Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Sat, 10 Aug 2002 10:11:35 +0000 Subject: [PATCH] changed BIOS_MOTOR_NACHLAUFTZEIT -> BIOS_DISK_MOTOR_TIMEOUT Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@136 --- include/bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bios.h b/include/bios.h index 9d74b591..61d940bc 100644 --- a/include/bios.h +++ b/include/bios.h @@ -39,7 +39,7 @@ /* #define bios_keyboard_buffer (*(unsigned int *) 0x41e) */ #define BIOS_DRIVE_ACTIVE 0x43e #define BIOS_DRIVE_RUNNING 0x43f -#define BIOS_MOTOR_NACHLAUFZEIT 0x440 +#define BIOS_DISK_MOTOR_TIMEOUT 0x440 #define BIOS_DISK_STATUS 0x441 /* #define bios_fdc_result_buffer (*(unsigned short *) 0x442) */ #define BIOS_VIDEO_MODE 0x449