uxnmin should not wait for system/halt
This commit is contained in:
parent
adb295fbb6
commit
61ff230941
|
@ -66,7 +66,7 @@ emu_deo(Uint8 addr, Uint8 value)
|
||||||
int
|
int
|
||||||
uxn_eval(Uint16 pc)
|
uxn_eval(Uint16 pc)
|
||||||
{
|
{
|
||||||
if(!pc || uxn.dev[0x0f]) return 0;
|
if(!pc) return 0;
|
||||||
for(;;) {
|
for(;;) {
|
||||||
Uint8 t;
|
Uint8 t;
|
||||||
Uint16 tt;
|
Uint16 tt;
|
||||||
|
|
Loading…
Reference in New Issue