Commit 60c8dfe3 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Correct mode 47 parameters

Detail:
  s/vdu/vdumodes - Mode 47 is 360 pixels wide, so should be 45 text columns, not 90
Admin:
  Tested in Iyonix ROM softload


Version 5.35, 4.79.2.140. Tagged as 'Kernel-5_35-4_79_2_140'
parent eacf838f
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.139"
Module_Date SETS "11 Mar 2012"
Module_ApplicationDate SETS "11-Mar-12"
Module_MinorVersion SETS "4.79.2.140"
Module_Date SETS "17 Mar 2012"
Module_ApplicationDate SETS "17-Mar-12"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.139)"
Module_HelpVersion SETS "5.35 (11 Mar 2012) 4.79.2.139"
Module_FullVersion SETS "5.35 (4.79.2.140)"
Module_HelpVersion SETS "5.35 (17 Mar 2012) 4.79.2.140"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.139
#define Module_Date_CMHG 11 Mar 2012
#define Module_MinorVersion_CMHG 4.79.2.140
#define Module_Date_CMHG 17 Mar 2012
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.139"
#define Module_Date "11 Mar 2012"
#define Module_MinorVersion "4.79.2.140"
#define Module_Date "17 Mar 2012"
#define Module_ApplicationDate "11-Mar-12"
#define Module_ApplicationDate "17-Mar-12"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.139)"
#define Module_HelpVersion "5.35 (11 Mar 2012) 4.79.2.139"
#define Module_FullVersion "5.35 (4.79.2.140)"
#define Module_HelpVersion "5.35 (17 Mar 2012) 4.79.2.140"
#define Module_LibraryVersionInfo "5:35"
......@@ -1277,7 +1277,7 @@ VW_44 VWSTAB 44,M44S , 80, 639,199,0,1,2, 1, 79, 24,0,0,0,4,0
VW_45 VWSTAB 45,M44S*2,160, 639,199,0,1,2, 3, 79, 24,1,1,1,2,0 ;
VW_46 VWSTAB 46,M44S*4,320, 639,199,0,1,2,15, 79, 24,2,2,2,3,0 ; 640x200
VW_47 VWSTAB 47,M47S*8,360, 359,479,0,2,2,63, 89, 59,3,3,3,5,0 ; PCSoft 360 x 480 x 8bpp
VW_47 VWSTAB 47,M47S*8,360, 359,479,0,2,2,63, 44, 59,3,3,3,5,0 ; PCSoft 360 x 480 x 8bpp
VW_48 VWSTAB 48, 75K,160, 319,479,0,2,1,15, 39, 59,2,2,2,3,0 ; Games 320 x 480 x 4bpp
VW_49 VWSTAB 49, 150K,320, 319,479,0,2,1,63, 39, 59,3,3,3,5,0 ; Games 320 x 480 x 8bpp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment