pcjs/versions
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-26 08:56:17 -07:00
..
c1pjs Assorted application updates 2017-06-25 09:16:08 -07:00
icons More documentation updates 2016-04-08 22:45:25 -07:00
images More documentation updates 2016-04-08 22:45:25 -07:00
pc8080 Assorted application updates 2017-06-25 09:16:08 -07:00
pcx86 Fixed an old annoying bug where a restored video card wouldn't properly display a blinking cursor; originally, I assumed it was a CRTC register restoration bug, but actually, some supporting variables (eg, cBlinks) were not getting initialized in both the reset() and restore() code paths. This is also a good time to remember that when an uninitialized array from some hardware state gets serialized and deserialized to/from JSON, the array is restored as a series of "null" values, not as "undefined" values, so it's best for any code checking for undefined values to use "== null" rather than "=== undefined". 2017-06-26 08:56:17 -07:00
pdpjs Assorted application updates 2017-06-25 09:16:08 -07:00
README.md Renamed PDP11js to PDPjs (mostly a cosmetic change, except for the versions directory, and less of a mouthful) 2016-10-05 17:43:46 -07:00

layout title permalink
page Compiled Emulator Releases /versions/

Compiled Emulator Releases

Compiled versions of PCjs emulators (current and past releases) are stored here: