Commit graph pcjs/disks/pcx86/compiled/library.xml
Author SHA1 Message Date
Jeff Parsons
158838e64a Added two Microsoft Pascal compilers to the mix 2017-09-13 13:40:15 -07:00
Jeff Parsons
8a86f793c6 Redumped MSDOS 3.20 Programmer Reference disks 2017-08-16 12:37:48 -07:00
Jeff Parsons
964201c73c Added MS-DOS 2.x OEM distribution files 2017-08-15 12:28:09 -07:00
Jeff Parsons
f168e19c8c Added dBASE III copy-protection notes 2017-08-11 13:28:54 -07:00
Jeff Parsons
8214446363 Added dBASE II and dBASE III disks to the project 2017-08-09 23:11:18 -07:00
Jeff Parsons
29be56667d Added more versions of Microsoft Mouse software (includes: v2.0, v4.0, v5.00, v6.b4, v6.14, v6.24) 2017-08-09 16:11:35 -07:00
Jeff
c2d14f0d33 Added TopView 1.10 disk image 2017-07-24 10:24:45 -07:00
Jeff
4fab49eca9 Updated PC Magazine Utilities diskettes 2017-07-23 17:53:09 -07:00
Jeff Parsons
2027929148 Added FlickerFree to the PCx86 roster of Other Tools 2017-07-12 17:29:59 -07:00
Jeff Parsons
778eb7ce0d Tidied up the PC Tech Journal disks, too 2017-07-11 19:38:00 -07:00
Jeff Parsons
b07e27738e Tidied up the PC Mag disks 2017-07-11 19:36:12 -07:00
Jeff Parsons
4577092917 Standardized on autoMount (vs. automount) and created compiled version of the PCSIG08 disk manifest (because it's huge) 2017-07-11 19:10:05 -07:00
Jeff Parsons
2f38739081 Updated Lotus 1-2-3 Release 1A files 2017-07-09 09:52:43 -07:00
Jeff Parsons
2e5921bb01 Added Lotus 1-2-3 Release 1A 2017-07-08 19:05:32 -07:00
Jeff Parsons
642ca55b92 Added a collection of PC Magazine diskettes 2017-07-08 18:32:59 -07:00
Jeff Parsons
ad6185529e Added one more PCTJ diskette (Benchmarks) 2017-07-08 16:13:16 -07:00
Jeff Parsons
9d323b30c1 Added PCTJ shareware disk images 2017-07-08 00:52:43 -07:00
Jeff Parsons
c9053b1d47 Updated the CP/M-86 disk page, and added a new Debugger dump command ("da") that's useful for dumping the ASCII contents of a PCx86 text video buffer 2017-07-06 08:41:25 -07:00
Jeff Parsons
9812ef6c3c Distinguish between Lotus 1-2-3 Release 1A and Release 1A* (I originally posted a patched version of the latter) 2017-07-05 17:59:08 -07:00
Jeff Parsons
25428ac806 Fixed order of Lotus 1-2-3 1.0a diskettes 2017-07-04 13:39:14 -07:00
Jeff Parsons
c4a8d66027 Changed DiskDump to deal better with disk images that are physically larger than the disk's logical file system (specifically, 320Kb FAT images inside 360Kb disk images, and 160Kb FAT images inside 180Kb disk images); the Lotus 1-2-3 v1.0a disks I dumped from my personal collection are the perfect example. 2017-07-04 13:35:50 -07:00
Jeff Parsons
1a4afce36a Added Logitech Modula-2/86 v1.00 disk images (rebuilt) 2017-07-04 08:18:06 -07:00
Jeff Parsons
7768f27e40 Added an Modula-2 demo page and a new blog post on the 1984 FantasyLand EGA demo and an EGATEST program written in Modula-2 2017-07-03 22:37:40 -07:00
Jeff Parsons
2e307ae7d3 Disk manifest cleanup 2017-07-02 20:14:51 -07:00
Jeff Parsons
35a3006000 Added some Modula-2 and PCTJ disks 2017-07-02 15:55:25 -07:00
Jeff Parsons
ec5ade1f5f Let's try to keep historically important diskettes inside the project 2017-07-02 14:19:38 -07:00
Jeff Parsons
5e0e5b7256 Updated the VisiCalc demo with an autoType sequence, a fresh disk image, new state file, and reference cards; also, updated autoType support to cancel autoType if a saved machine state is loaded 2017-06-19 08:48:10 -07:00
Jeff Parsons
71c8490363 Added RatBas files 2017-06-16 18:11:26 -07:00
Jeff Parsons
36bf15561f Added "Adventures in Math (1983)" along with some notes about the failure to properly archive files 2017-06-14 09:48:51 -07:00
Jeff Parsons
487fa0e26e Disk manifest updates 2017-06-02 09:22:27 -07:00
Jeff Parsons
8ef74395d4 Added SuperCalc3 to PC disk library 2017-06-01 13:11:32 -07:00
Jeff Parsons
078252c71f Added SuperCalc2 to PC disk library 2017-06-01 12:51:11 -07:00
Jeff Parsons
13158e2dd2 Added PC-DOS 0.90 disk image and appropriate Model 5150 machines to boot it 2017-05-26 10:18:47 -07:00
Jeff Parsons
c96348ca2d Moved Microsoft DOS disk images to archive.pcjs.org 2017-02-08 19:46:03 -08:00
Jeff Parsons
bb76658268 Moved Windows disk images to archive.pcjs.org 2017-02-08 11:38:00 -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
ed24094683 Lots of tweaks in advance of PDPjs support for loading tape files 2016-10-17 15:19:01 -07:00
Jeff Parsons
4e5734cec7 Updated disk library 2016-08-09 12:33:23 -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