Commit 3c1ecfa0 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Renumber 'Bad MODE' for beeb compatibility

Bad MODE is ERR=25 on the BBC Micro, follow suit here, and correct the message file token number (should be 13 to match earlier reorganisation).

Version 1.72. Not tagged
parent 0cc1f65e
......@@ -14,10 +14,10 @@
Module_MajorVersion SETS "1.72"
Module_Version SETA 172
Module_MinorVersion SETS ""
Module_Date SETS "07 Sep 2017"
Module_ApplicationDate SETS "07-Sep-17"
Module_Date SETS "18 Sep 2017"
Module_ApplicationDate SETS "18-Sep-17"
Module_ComponentName SETS "BASIC"
Module_ComponentPath SETS "castle/RiscOS/Sources/Programmer/BASIC"
Module_FullVersion SETS "1.72"
Module_HelpVersion SETS "1.72 (07 Sep 2017)"
Module_HelpVersion SETS "1.72 (18 Sep 2017)"
END
......@@ -6,18 +6,18 @@
*/
#define Module_MajorVersion_CMHG 1.72
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Sep 2017
#define Module_Date_CMHG 18 Sep 2017
#define Module_MajorVersion "1.72"
#define Module_Version 172
#define Module_MinorVersion ""
#define Module_Date "07 Sep 2017"
#define Module_Date "18 Sep 2017"
#define Module_ApplicationDate "07-Sep-17"
#define Module_ApplicationDate "18-Sep-17"
#define Module_ComponentName "BASIC"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/BASIC"
#define Module_FullVersion "1.72"
#define Module_HelpVersion "1.72 (07 Sep 2017)"
#define Module_HelpVersion "1.72 (18 Sep 2017)"
#define Module_LibraryVersionInfo "1:72"
......@@ -539,6 +539,12 @@ ERFEXP BL MSG
]
ALIGN
] ; FPOINT=0
ERBADMODE BL MSG
= 25,13
[ OWNERRORS=1
= "Bad MODE", 0
]
ALIGN
FACERR BL MSG
= 26,72
[ OWNERRORS=1
......@@ -879,12 +885,6 @@ EINVOP BL MSG
]
ALIGN
]
ERBADMODE BL MSG
= 53,125
[ OWNERRORS=1
= "Bad MODE", 0
]
ALIGN
[ standalone
Basic_ResFiles
[ :DEF: VFPAssembler
......
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