Commit graph pcjs/pubs
Author SHA1 Message Date
Jeff Parsons
f87161f5d6 v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
Jeff Parsons
28f47a3424 Starting on v1.31.1 2016-12-27 16:33:00 -08:00
Jeff Parsons
c77ce735f7 More PDP-11 documentation additions 2016-12-23 12:51:33 -08:00
Jeff Parsons
b15c8cf51e More PDP-11 documentation additions 2016-12-22 22:58:35 -08:00
Jeff Parsons
f4f6181923 v1.31.0 marks our first transition to ES6 classes, but only for PDPjs initially (which is why there must be both /lib and /es6 files in the shared folder for now) 2016-12-18 11:31:55 -08:00
Jeff Parsons
dcdedb3513 Updated PDP-11 documentation page 2016-12-09 15:46:29 -08:00
Jeff Parsons
1b9148ed0a Updated PDP-11 documentation page 2016-12-09 15:42:40 -08:00
Jeff Parsons
e52e0af1d7 Consistentify publication links 2016-12-05 19:02:14 -08:00
Jeff Parsons
c77813dd8f Cleaned up publication links 2016-12-04 18:12:37 -08:00
Jeff Parsons
4cb07f833c Updated PDP-11 publication info 2016-12-04 17:47:19 -08:00
Jeff Parsons
1e1db7b78e Cleaned up management of unused PSW bits 2016-12-04 16:23:37 -08:00
Jeff Parsons
d8f0e64329 Merge the last set of changes from the gh-pages branch 2016-12-04 11:31:03 -08:00
Jeff Parsons
b54253acf9 Numerous changes to make paper tape configurations more consistent with disk configurations. This allows all devices to share the machine-wide "autoMount" configuration object, now that the PC11 has a proper device name ("PTR"), making its properties distinguishable from those for RK11 and RL11 drives (eg, "RK0", "RL0", etc). And all the tape/disk components now use "Load" functions to connect a tape or disk to a device ("Attach" is deprecated). And finally, all tape/disk components now support operations to deposit their media directly into memory -- although in this case, the names of the operations are necessarily different: "Read" for tape images, "Boot" for disk images. The difference is partly historical convention but also reflects the fact that a "Boot" operation is more limited: paper tapes were designed to be completely loaded into memory, whereas bootable disks are designed for only the first sector to be loaded and executed. Also, paper tape images are now flagged as non-auto-starting, because they often require some user action (eg, loading another tape, setting some switches, etc), whereas disk boot sectors are flagged as auto-starting (see the fStart parameter of the loadImage() interface in the RAM component). 2016-12-03 14:49:51 -08:00
Jeff Parsons
aa2aebd89a Working on v1.30.6 now 2016-12-03 09:04:34 -08:00
Jeff Parsons
be02b5780b Starting next phase of PDP-11 support (whatever that turns out to be) 2016-11-27 11:15:29 -08:00
Jeff Parsons
a29ee56a5d Starting work on 1.30.4 and some additional PDP-11 hardware support 2016-11-21 13:16:38 -08:00
Jeff
010ba29b20 Fixed the LKS Monitor bit 2016-11-08 09:24:01 -08:00
Jeff
56bdd84e1a Promoted the working version to 1.30.3 2016-11-03 16:24:56 -07:00
Jeff Parsons
2274c97215 Starting work on v1.30.2 2016-10-22 00:23:55 -07:00
Jeff Parsons
ed24094683 Lots of tweaks in advance of PDPjs support for loading tape files 2016-10-17 15:19:01 -07:00
Jeff
f7659f9f34 Commencing work on v1.30.1 2016-10-06 12:48:48 -07:00
Jeff Parsons
3bd02c7e19 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
Jeff Parsons
bbaf0d141f Fixed the encoding of URIs containing escape sequences (eg, "%20") 2016-09-12 16:38:55 -07:00
Jeff Parsons
82db2c8f15 Updated PDP-11 references 2016-09-12 16:07:07 -07:00
Jeff Parsons
1bbd9b5295 Updated PDP-11 references 2016-09-12 15:17:17 -07:00
Jeff Parsons
ff6ce2ccfa Prepare to work on v1.24.2 2016-08-24 14:06:54 -07:00
Jeff Parsons
6a5e18d493 Working on next release (v1.24.1): first change is enabling smooth scrolling by default 2016-08-19 16:10:48 -07:00
Jeff Parsons
145ec9d125 Starting on v1.24.0; first change: support for encoding ESC characters in SerialPort test strings (support which perhaps should eventually be moved into getComponentParms() instead) 2016-08-17 19:09:23 -07:00
Jeff Parsons
498ffd62d2 Needed to run "grunt promote" since XSL files changed 2016-08-01 17:02:33 -07:00
Jeff Parsons
c8f5357689 More VT100 groundwork 2016-07-27 12:03:12 -07:00
Jeff Parsons
1365bdf05f Fixed the Debugger's "load" command (the disk controller interface had changed) 2016-07-23 00:11:35 -07:00
Jeff Parsons
29f2fa9132 Starting on v1.23.1 2016-05-25 08:00:24 -07:00
Jeff Parsons
288f28055d Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
Jeff Parsons
ba2e525982 Added 4K and 8K versions of my 6502 ASSEMBLER/DISASSEMBLER (although they may be of different vintages) 2016-05-10 22:57:27 -07:00
Jeff Parsons
252fc520a4 Set imageSmoothingEnabled to false for C1Pjs (although in this case the improvement seems negligible) 2016-05-08 11:06:26 -07:00
Jeff Parsons
29cedbf079 C1P assembler README 2016-05-07 10:25:21 -07:00
Jeff Parsons
0cd9cf7cba C1P assembler README 2016-05-06 09:05:58 -07:00
Jeff Parsons
57341d6564 C1P assembler README 2016-05-06 08:48:45 -07:00
Jeff Parsons
587df048b8 C1P assembler README 2016-05-06 08:44:05 -07:00
Jeff Parsons
1cc5b58c1e Start work on v1.22.0 2016-05-01 10:16:35 -07:00
Jeff Parsons
ecf76e0904 Clarified some disk names, and cleaned up the XSL generation process 2016-04-30 11:43:22 -07:00
Jeff Parsons
af7f618821 Make "None" a special diskette entry (no longer required to be present in any disk manifest, although if it IS present, it will get sorted along with all the other disk entries) 2016-04-16 16:20:26 -07:00
Jeff Parsons
84d3f0da00 Starting on v1.21.7 (with live register display fixes) 2016-04-15 12:03:18 -07:00
Jeff Parsons
53c9524f4c More website corrections 2016-04-14 19:00:23 -07:00
Jeff Parsons
aa6fc1fa8c Assorted website link fixes 2016-04-14 18:36:43 -07:00
Jeff Parsons
16c8366ce5 Added link to MASM 5.0 Programmer's Guide (thanks os2museum.com!) 2016-04-14 14:38:35 -07:00
Jeff Parsons
a9fe17440a Support for "private" builds 2016-04-14 14:24:52 -07:00
Jeff Parsons
c4b3887846 Tools README 2016-04-14 00:23:03 -07:00
Jeff Parsons
9d54edce0f Tools README 2016-04-14 00:18:07 -07:00
Jeff Parsons
dc93221cbd C compiler README updates 2016-04-14 00:14:33 -07:00