Updated uxncli to match uxnemu
This commit is contained in:
parent
2aaf936573
commit
e309ebf6e8
|
@ -113,7 +113,7 @@ start(Uxn *u)
|
|||
if(!evaluxn(u, PAGE_PROGRAM))
|
||||
return error("Reset", "Failed");
|
||||
while(mempeek16(devconsole->dat, 0))
|
||||
while(read(0, &devconsole->dat[0x8], 1) > 0)
|
||||
while(read(0, &devconsole->dat[0x2], 1) > 0)
|
||||
evaluxn(u, mempeek16(devconsole->dat, 0));
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue