From 9b7fdfa8b032a466f43d43b4a824ea9e2fb20e17 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sat, 17 May 2014 16:31:51 +0000 Subject: [PATCH] * add possibility of overriding the disabled VESA driver using /VESA git-svn-id: trunk@27799 - --- ide/fp.pas | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ide/fp.pas b/ide/fp.pas index 5500dcb081..3ebb44b5b5 100644 --- a/ide/fp.pas +++ b/ide/fp.pas @@ -177,6 +177,11 @@ begin begin disableVESA:=true; end else + if UpcaseStr(Param)='VESA' then + begin +(* Force using VESA although it may have been disabled by default *) + disableVESA:=false; + end else {$endif VESA} if UpcaseStr(Param)='README' then begin