pcjs/versions/pcx86
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-09-21 13:37:48 -07:00
..
1.35.0 Source maps should be checked in now, too 2017-06-21 10:51:26 -07:00
1.35.1 More attempts to clean-up and reduce spurious alerts 2017-06-27 10:39:21 -07:00
1.35.2 Updated the PC Magazine Disks page with a new improved way of quickly loading disks into a demo machine 2017-07-12 10:14:01 -07:00
1.36.0 Changed X86CPU.reset() to not stop the CPU on a RESET (you can still force HALT after RESET by simply halting the machine manually before clicking RESET); moreover, by not calling stopCPU() in the X86CPU.reset() handler, we avoid problems in the CPU's speed recalculation logic (for example, if you repeatedly clicked RESET on a running machine, speed variables would get out of sync) 2017-08-07 19:22:22 -07:00
1.36.1 Cleaned up endBurst() and changed yieldCPU() to stop ending bursts prematurely (it only sets the new yield flag now) 2017-08-14 10:36:10 -07:00
1.36.2 If a SerialPort is installed, the transmitter portion of the hardware is no longer required to be connected to anything, which avoids blocking software (eg, the OS/2 kernel debugger) that uses that port; uninstalling the SerialPort would be another option, but that's no longer required 2017-08-25 08:53:58 -07:00
1.37.0 Added IBM Pascal Compiler 1.00 to the mix 2017-09-21 13:37:48 -07:00
README.md Documentation updates to accommodate the PDP-10 work that's starting now 2017-02-23 15:14:51 -08:00

layout title permalink
page PCx86 Emulator Releases /versions/pcx86/

PCx86 Emulator Releases

The current PCx86 emulator version is [{{ site.pcjs.version }}]({{ site.pcjs.version }}/pcx86.js).