Commit 987b87ce authored by Ben Avison's avatar Ben Avison
Browse files

GET file pathnames changed

Detail:
  Uses suffixed file extensions for compatiblity with both objasm and asasm.
Admin:
  Supplied by Peter Naulls, tested at ROOL

Version 1.76. Not tagged
parent 8de439d8
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.68.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -14,10 +14,10 @@
Module_MajorVersion SETS "1.76"
Module_Version SETA 176
Module_MinorVersion SETS ""
Module_Date SETS "11 Jul 2004"
Module_ApplicationDate SETS "11-Jul-04"
Module_Date SETS "11 Jun 2009"
Module_ApplicationDate SETS "11-Jun-09"
Module_ComponentName SETS "Colours"
Module_ComponentPath SETS "RiscOS/Sources/Video/Render/Colours"
Module_ComponentPath SETS "castle/RiscOS/Sources/Video/Render/Colours"
Module_FullVersion SETS "1.76"
Module_HelpVersion SETS "1.76 (11 Jul 2004)"
Module_HelpVersion SETS "1.76 (11 Jun 2009)"
END
/* (1.76)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.76
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 11 Jul 2004
#define Module_Date_CMHG 11 Jun 2009
#define Module_MajorVersion "1.76"
#define Module_Version 176
#define Module_MinorVersion ""
#define Module_Date "11 Jul 2004"
#define Module_Date "11 Jun 2009"
#define Module_ApplicationDate "11-Jul-04"
#define Module_ApplicationDate "11-Jun-09"
#define Module_ComponentName "Colours"
#define Module_ComponentPath "RiscOS/Sources/Video/Render/Colours"
#define Module_ComponentPath "castle/RiscOS/Sources/Video/Render/Colours"
#define Module_FullVersion "1.76"
#define Module_HelpVersion "1.76 (11 Jul 2004)"
#define Module_HelpVersion "1.76 (11 Jun 2009)"
#define Module_LibraryVersionInfo "1:76"
......@@ -1307,27 +1307,27 @@ InitCache ROUT
LTORG
GET s.Commons
GET s.MainSWIs
GET s.Cache
GET s.FontColour
GET Commons.s
GET MainSWIs.s
GET Cache.s
GET FontColour.s
GetIf s.Dither, dither
$GetConditionally
GET s.NewModels
GET s.Palettes
GET s.MsgCode
GET NewModels.s
GET Palettes.s
GET MsgCode.s
GET s.FileCal
GET s.Calibrate
GET s.DevicePal
GET FileCal.s
GET Calibrate.s
GET DevicePal.s
GetIf s.DevicePal2, newcalibration
$GetConditionally
GET s.Enhanced
GET s.Tables32K
GET Enhanced.s
GET Tables32K.s
[ debug
InsertNDRDebugRoutines
......
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