mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-09 13:33:26 +00:00
Bump version # due to VM change
This commit is contained in:
parent
f4e0b4cb6b
commit
8b662b09be
@ -9,7 +9,7 @@ import cmdsys
|
||||
byte MACHID
|
||||
end
|
||||
//
|
||||
// MAximum number of fibers
|
||||
// Maximum number of fibers
|
||||
//
|
||||
const MAX_FIBERS = 32
|
||||
//
|
||||
@ -290,7 +290,7 @@ def fbrTest(fid, param)
|
||||
byte i
|
||||
|
||||
for i = 1 to param
|
||||
puth(param); putc($0D)
|
||||
puth(fid); putc($0D)
|
||||
fbrYield
|
||||
next
|
||||
end
|
||||
|
@ -90,7 +90,7 @@ word = $0450,$04D0,$0550,$05D0,$0650,$06D0,$0750,$07D0
|
||||
// Editor variables
|
||||
//
|
||||
byte nullstr = ""
|
||||
byte version = "PLASMA ][ SANDBOX VERSION 00.91"
|
||||
byte version = "PLASMA ][ SANDBOX VERSION 00.92"
|
||||
byte errorstr = "ERROR: $"
|
||||
byte okstr = "OK"
|
||||
byte outofmem = "OUT OF MEMORY!"
|
||||
|
@ -39,7 +39,7 @@ predef loadmod, execmod, lookupstrmod
|
||||
//
|
||||
// System variables.
|
||||
//
|
||||
word version = $0090 // 00.90
|
||||
word version = $0092 // 00.92
|
||||
word systemflags = 0
|
||||
word heap
|
||||
word symtbl, lastsym
|
||||
|
@ -33,7 +33,7 @@ predef loadmod, execmod, lookupstrmod
|
||||
//
|
||||
// System variable.
|
||||
//
|
||||
word version = $0091 // 00.91
|
||||
word version = $0092 // 00.92
|
||||
word systemflags = 0
|
||||
word heap
|
||||
word xheap = $0800
|
||||
|
@ -34,7 +34,7 @@ predef loadmod, execmod, lookupstrmod
|
||||
//
|
||||
// System variables.
|
||||
//
|
||||
word version = $0090 // 00.90
|
||||
word version = $0092 // 00.92
|
||||
word systemflags = 0
|
||||
byte refcons = 0
|
||||
byte devcons = 0
|
||||
|
Loading…
Reference in New Issue
Block a user