pdp6
pdp6 copied to clipboard
PDP-6 Emulator
MUSRUN and BIG both play music through the attached PDP-6. Sound is generated out of the memory indicators from location 32. There is an older square wave sound generator from...
On OpenBSD, fd_set is declared in . https://github.com/aap/pdp6/blob/5b3e2f0f19ebf06ec491c0ed464ff152789a1311/emu/util.c#L22 ``` diff --git a/emu/util.c b/emu/util.c index fcaed91..4b1af68 100644 --- a/emu/util.c +++ b/emu/util.c @@ -3,6 +3,7 @@ #include #include +#include #include #include #include...
I haven't tested this.
Some ITS programs expect to interrupt the PDP-6, or be interrupted by the PDP-6.
E.g. the 340 can be shared between the 6 and the 10. PORNIS check this and refuses to run.
Some kind of glitch that happens occasionally during an explosion. A wild vector running amok? 
I'd like to run the pdp6 emulator from a script, like this: (cd .../pdp6/emu; ./pdp6 > pdp6.log 2>&1) & This starts the program in the background, logging output to a...
I can't run the compiled program.Please help me.Thanks. 
When I run the makefile in the code directory it tell me that sysgen.rel is missing and after also opening the makefile I notice other .rel files are missing. Where...
Not sure if these are sufficient