1
0
This commit is contained in:
otya128
2016-02-23 23:05:24 +09:00
parent 872a51f7cf
commit 8e1860461a
4 changed files with 44 additions and 5 deletions

View File

@@ -1115,6 +1115,7 @@ class PetitComputer
printConsole("OK\n");
}
Slot[] slot;
bool isRunningDirectMode = false;
void run()
{
slot = new Slot[5];
@@ -1133,7 +1134,6 @@ class PetitComputer
Parser parser;
otya.smilebasic.vm.VM vm;
bool directMode = false;
bool isRunningDirectMode = false;
int oldpc;
void runSlot(int lot)
{