pdp6 icon indicating copy to clipboard operation
pdp6 copied to clipboard

PDP-6 Emulator

Results 16 pdp6 issues
Sort by recently updated
recently updated
newest added

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...

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? ![glitch](https://user-images.githubusercontent.com/775050/56867731-1315c100-69e9-11e9-9338-ded9657cc5d4.png)

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. ![image](https://user-images.githubusercontent.com/3608322/48968119-377a0580-f025-11e8-8889-605894b9e1d6.png)

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...