pcjs/versions/pc8080
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-10-28 09:46:29 -07: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 Picked up all the last-minute changes from the gh-pages branch (where I discovered a race condition between machines) 2016-08-19 13:03:30 -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 Fixed a tiny oversight in buildFileTable() when using a 320Kb diskette formatted by DOS 1.10 2016-10-28 09:46:29 -07: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).