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:
@@ -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 $@ $^
|
||||
|
||||
Reference in New Issue
Block a user