From 183fa265f6f10ee35861e2d95e602552ab4eade6 Mon Sep 17 00:00:00 2001 From: Robert Sprowson <rsprowson@gitlab.riscosopen.org> Date: Tue, 21 Feb 2017 08:32:17 +0000 Subject: [PATCH] Update Pico components Force BCMVideo to work discless using a built in MDF, in lieu of EDID. Version 7.04. Tagged as 'BuildSys-7_04' --- Components/ROOL/BCM2835Pico | 2 +- VersionNum | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Components/ROOL/BCM2835Pico b/Components/ROOL/BCM2835Pico index 1e09c1b..48909d6 100644 --- a/Components/ROOL/BCM2835Pico +++ b/Components/ROOL/BCM2835Pico @@ -65,7 +65,7 @@ DWCDriver VCHIQ BCMSound ScreenModes -BCMVideo +BCMVideo -options ASFLAGS="-PD \"GenCmd SETL {FALSE}\"" DMAManager DrawMod -type EXP FileCore diff --git a/VersionNum b/VersionNum index 7f81413..4d2e984 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (7.03) +/* (7.04) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.1. * */ -#define Module_MajorVersion_CMHG 7.03 +#define Module_MajorVersion_CMHG 7.04 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 21 Jan 2017 +#define Module_Date_CMHG 21 Feb 2017 -#define Module_MajorVersion "7.03" -#define Module_Version 703 +#define Module_MajorVersion "7.04" +#define Module_Version 704 #define Module_MinorVersion "" -#define Module_Date "21 Jan 2017" +#define Module_Date "21 Feb 2017" -#define Module_ApplicationDate "21-Jan-17" +#define Module_ApplicationDate "21-Feb-17" #define Module_ComponentName "BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys" -#define Module_FullVersion "7.03" -#define Module_HelpVersion "7.03 (21 Jan 2017)" -#define Module_LibraryVersionInfo "7:3" +#define Module_FullVersion "7.04" +#define Module_HelpVersion "7.04 (21 Feb 2017)" +#define Module_LibraryVersionInfo "7:4" -- GitLab