mirror of
https://github.com/aap/pdp6.git
synced 2026-04-30 05:35:04 +00:00
Merge branch 'master' of github.com:aap/pdp6
This commit is contained in:
1
emu/.gitignore
vendored
Normal file
1
emu/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
pdp6
|
||||||
@@ -3,7 +3,8 @@ H=pdp6.h ../tools/pdp6common.h threading.h
|
|||||||
# clang
|
# clang
|
||||||
#CFLAGS= -Wno-shift-op-parentheses -Wno-logical-op-parentheses \
|
#CFLAGS= -Wno-shift-op-parentheses -Wno-logical-op-parentheses \
|
||||||
# -Wno-bitwise-op-parentheses
|
# -Wno-bitwise-op-parentheses
|
||||||
CFLAGS= -g -O3 -Wall -Wno-parentheses -fno-diagnostics-show-caret
|
#GCCFLAGS=-fno-diagnostics-show-caret
|
||||||
|
CFLAGS= -g -O3 -Wall -Wno-parentheses $(GCCFLAGS)
|
||||||
#CFLAGS= -g -Wall -Wno-parentheses -fno-diagnostics-show-caret
|
#CFLAGS= -g -Wall -Wno-parentheses -fno-diagnostics-show-caret
|
||||||
SDLFLAGS=`sdl2-config --cflags` `pkg-config SDL2_image --cflags` -DGRAPHICS
|
SDLFLAGS=`sdl2-config --cflags` `pkg-config SDL2_image --cflags` -DGRAPHICS
|
||||||
|
|
||||||
|
|||||||
@@ -139,13 +139,6 @@ netconscycle(void *dev)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
err:
|
|
||||||
printf("error address %o\n", a);
|
|
||||||
nc->buf[0] = 1;
|
|
||||||
nc->buf[1] = 1;
|
|
||||||
nc->buf[2] = ERR;
|
|
||||||
writen(nc->fd, nc->buf, nc->buf[0]+2);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Device*
|
Device*
|
||||||
|
|||||||
Reference in New Issue
Block a user