• Jeffrey Lee's avatar
    Fix screen redirection when in teletext modes. Fix *ScreenLoad buffer overflow. · 06079048
    Jeffrey Lee authored
    Detail:
      s/vdu/vdugrafl, s/vdu/vduttx - Adjust initialisation & shutdown of TTX workspace to fix workspace being erroneously freed/reinitialised when redirecting output to a sprite
      s/vdu/vdugrafk - If ScreenLoad needs to load one row at a time (e.g. when graphics window width != sprite width), allocate a block from the RMA instead of assuming that ScrLoaBuffer is large enough
      hdr/KernelWS - Get rid of ScrLoaBuffer, and shrink LargeCommon to a suitable size. Frees about 2K of VDU workspace.
      s/GetAll - Move Hdr:Sprite earlier in list of GETs
    Admin:
      Tested on Raspberry Pi
    
    
    Version 5.75. Tagged as 'Kernel-5_75'
    06079048
VersionASM 1006 Bytes
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.1.
;
                        GBLS    Module_MajorVersion
                        GBLA    Module_Version
                        GBLS    Module_MinorVersion
                        GBLS    Module_Date
                        GBLS    Module_FullVersion
                        GBLS    Module_ApplicationDate
                        GBLS    Module_HelpVersion
                        GBLS    Module_ComponentName
                        GBLS    Module_ComponentPath
Module_MajorVersion     SETS    "5.75"
Module_Version          SETA    575
Module_MinorVersion     SETS    ""
Module_Date             SETS    "17 Dec 2016"
Module_ApplicationDate  SETS    "17-Dec-16"
Module_ComponentName    SETS    "Kernel"
Module_ComponentPath    SETS    "castle/RiscOS/Sources/Kernel"
Module_FullVersion      SETS    "5.75"
Module_HelpVersion      SETS    "5.75 (17 Dec 2016)"
                        END