Commit ffe4d1b4 authored by Ben Avison's avatar Ben Avison
Browse files

Merged in changes from Castle

Detail:
  Updated GraphicsV documentation
  Upped ROM version number - currently matches latest Castle release (5.13)
Admin:
  No code change

Version 5.35, 4.79.2.96. Tagged as 'Kernel-5_35-4_79_2_96'
parent 0b768eab
......@@ -106,6 +106,23 @@ Render
R1 = operation
R2 -> parameter block
IIC_Op
R4 = 14
R0 = card<<28 + channel<<24 + I2Ccmnd << 16 + address
I2Ccmnd = 1 for read, 0 write
R1 ->dma address
R2 = byte count
Out:
R0 = 0 or error block
R1 updated
R2 updated
SelectHead
R4 = 15
R0 = head to select (0,1, etc)
Out:
R0 = 0 or error block
......
......@@ -14,13 +14,14 @@ Version SETA Module_Version
VString SETS Module_MajorVersion
Date SETS Module_Date ; version for STB/NC OS
|
Version SETA 511
VString SETS "5.11"
Date SETS "22 Feb 2006" ; version for RISC OS on desktop computers
Version SETA 513
VString SETS "5.13"
Date SETS "23 Feb 2007" ; version for RISC OS on desktop computers
; you may also wish to update the welcome
; and OS information dialogue box templates
; in the sources for Desktop and Switcher
; (especially for year change)
]
END
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.2.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.95"
Module_Date SETS "22 Feb 2006"
Module_ApplicationDate SETS "22-Feb-06"
Module_MinorVersion SETS "4.79.2.96"
Module_Date SETS "04 Oct 2008"
Module_ApplicationDate SETS "04-Oct-08"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.95)"
Module_HelpVersion SETS "5.35 (22 Feb 2006) 4.79.2.95"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.96)"
Module_HelpVersion SETS "5.35 (04 Oct 2008) 4.79.2.96"
END
/* (5.35)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.95
#define Module_Date_CMHG 22 Feb 2006
#define Module_MinorVersion_CMHG 4.79.2.96
#define Module_Date_CMHG 04 Oct 2008
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.95"
#define Module_Date "22 Feb 2006"
#define Module_MinorVersion "4.79.2.96"
#define Module_Date "04 Oct 2008"
#define Module_ApplicationDate "22-Feb-06"
#define Module_ApplicationDate "04-Oct-08"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.95)"
#define Module_HelpVersion "5.35 (22 Feb 2006) 4.79.2.95"
#define Module_FullVersion "5.35 (4.79.2.96)"
#define Module_HelpVersion "5.35 (04 Oct 2008) 4.79.2.96"
#define Module_LibraryVersionInfo "5:35"
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