1
0

NAMIが正常に表示されるようにした/RUN,CONT,スロットを実装

This commit is contained in:
otya128
2016-02-23 18:23:42 +09:00
parent 32af97aa8f
commit e3487276b9
5 changed files with 227 additions and 92 deletions

View File

@@ -92,10 +92,12 @@ class TabStep : SystemVariable
}
class Version : SystemVariable
{
static VERSIONSTRING = "3.1.0";
static VERSION = 0x3010000;
@property
override Value value()
{
return Value(0x3010000);
return Value(VERSION);
}
}
class FreeMem : SystemVariable