pcjs/versions/pc8080
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-01 22:23:36 -08:00
..
1.21.7 Clean up the CPU/ChipSet interface, and get the PC8080 Video component ready to actually do something 2016-05-01 10:13:43 -07:00
1.22.0 Cleaned up the handling of PS bits (not to be confused with PSW, which is PS combined with A); this fixes a bug where POP PSW was inadvertently disabling the internal interrupt flag (IF) 2016-05-05 13:04:46 -07:00
1.22.1 Check in compiled versions for v1.22.1 2016-05-15 00:01:34 -07:00
1.23.0 Get next-release back in sync with master 2016-07-27 12:59:55 -07:00
1.23.2 Remove uncompiled file from versions folder 2016-09-14 15:46:17 -07:00
1.23.3 Dual (connected) terminal configs should be working better, now that both transmitted and received data is clocked according to their respective baud rates 2016-08-17 15:42:02 -07:00
1.24.0 Merge one change from next-release: enabling smooth scrolling by default 2016-08-19 16:15:21 -07:00
1.24.1 Removed unneeded Video DEBUG code 2016-08-23 22:45:15 -07:00
1.24.2 Bumped version to 1.30 in honor of the PDP11 module that's being integrated, along with my first attempt to use a newer version of the Closure Compiler (ie, the JavaScript version), as well as giving Gulp a try -- although Gulp leaves just as bad a taste in my mouth as Grunt did 2016-09-13 15:33:17 -07:00
1.30.0 PDP-11 console output works (first baby step) 2016-10-04 15:24:22 -07:00
1.30.1 Added getTrapStatus() so that the Debugger can display trap information whenever a trap has just occurred, updated FileDump to store 'load' and 'exec' properties in MACRO-11 listing dumps (so that the individual machine files don't have to specify hard-coded 'load' and 'exec' values themselves), and added a new SerialPort parameter (upperCase) that can be used to force all received data to upper-case 2016-10-21 21:07:26 -07:00
1.30.2 Changed 11/70 machines to allocate RAM as a single chunk, and updated the 11/70 page on toggle-ins (/devices/pdp11/machine/1170/panel/debugger/README.md) 2016-11-03 14:42:35 -07:00
1.30.3 Fixed a hardware interrupt signalling check in MAINDEC Test #15 2016-11-13 19:08:00 -08:00
1.30.4 Fixed problem with PDP-11/VT100 non-Debugger machine combination (missing serialPort) 2016-11-26 17:01:40 -08:00
1.30.5 Assorted README updates 2016-12-01 22:23:24 -08:00
README.md README and JSON updates 2016-05-23 13:16:25 -07:00

layout title permalink redirect_from
page PC8080 Emulator Releases /versions/pc8080/
/versions/pc8080/1.21.7/
/versions/pc8080/1.22.0/
/versions/pc8080/1.22.1/
/versions/pc8080/1.23.0/

PC8080 Emulator Releases

The current version of PC8080 is [{{ site.pcjs.version }}]({{ site.pcjs.version }}/pc8080.js).