From 4fbc42f9b1acd135c6632aba99f84bc19da5ff57 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 6 Sep 2018 14:43:44 +0200 Subject: [PATCH] Renamed DEVICE_UNSTABLE back to DEVICE_NOT_WORKING, should fix DEV branch compiling. --- src/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device.h b/src/device.h index 727a80d4b..387159cbc 100644 --- a/src/device.h +++ b/src/device.h @@ -8,7 +8,7 @@ * * Definitions for the device handler. * - * Version: @(#)device.h 1.0.8 2018/09/06 + * Version: @(#)device.h 1.0.9 2018/09/06 * * Authors: Fred N. van Kempen, * Miran Grca, @@ -53,7 +53,7 @@ enum { - DEVICE_UNSTABLE = 1, /* unstable device, be cautious */ + DEVICE_NOT_WORKING = 1, /* does not currently work correctly and will be disabled in a release build */ DEVICE_AT = 2, /* requires an AT-compatible system */ DEVICE_PS2 = 4, /* requires a PS/1 or PS/2 system */ DEVICE_ISA = 8, /* requires the ISA bus */