1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-07 08:57:39 +00:00

made emulator use less cpu

This commit is contained in:
aap
2021-04-15 20:35:15 +02:00
parent e000f5b5a7
commit d50b59c325
10 changed files with 33 additions and 3 deletions

View File

@@ -18,5 +18,8 @@ fe6_emu: $(SRC) 6/emu6.c
$(CC) -I6 $(CFLAGS) $(LDFLAGS) -o $@ $^
fe6_fastemu: $(SRC) fastemu.c ../femu/fpdp6.c
$(CC) -I6 $(CFLAGS) $(LDFLAGS) -o $@ $^
feka: $(SRC) ka/real.c
$(XX)gcc -Ika $(CFLAGS) $(LDFLAGS) -o $@ $^

View File

@@ -619,7 +619,8 @@ threadmain(int argc, char *argv[])
started = 0;
}
fe_svc();
// usleep(1000);
// this was commented out, why?
usleep(1000);
continue;
}