Commit graph

2,921 commits

Author SHA1 Message Date
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
bb00a52660 Updated DiskAPI table of known geometries 2017-06-01 21:58:41 -07:00
Jeff Parsons
6b35166b1f Updated FAT overhead notes 2017-06-01 21:43:59 -07:00
Jeff Parsons
81591ad8d5 Updated FAT overhead notes 2017-06-01 21:34:06 -07:00
Jeff Parsons
5441c6346b Improved geometry calculation for all disk images, not just those listed in DiskAPI.js 2017-06-01 20:59:41 -07:00
Jeff Parsons
20f8bdf141 Added more info about DOS 2.0 BPBs 2017-06-01 16:42:46 -07:00
Jeff Parsons
37e0e660c9 Bumped next release version to 1.35.0 2017-06-01 15:35:25 -07:00
Jeff Parsons
3e1aa196bd Added an empty 10Mb disk image formatted by PC-DOS 2.0 (currently used by one machine: 5160/cga/640kb); also fixed some issues uncovered in the process of creating the disk image (eg, a bug in the HDC's save logic when no image has been loaded), and made some fixes and optimizations in DiskDump 2017-06-01 15:32:17 -07:00
Jeff Parsons
8ef74395d4 Added SuperCalc3 to PC disk library 2017-06-01 13:11:32 -07:00
Jeff Parsons
d86adbc634 Added SuperCalc2 to PC disk library 2017-06-01 12:52:32 -07:00
Jeff Parsons
078252c71f Added SuperCalc2 to PC disk library 2017-06-01 12:51:11 -07:00
Jeff Parsons
b42c858c44 Added BPB to pre-2.0 DOS disks, for consistency and mounting support 2017-06-01 09:15:39 -07:00
Jeff Parsons
8a55d934f8 Merge branch 'master' into gh-pages 2017-05-30 16:33:58 -07:00
Jeff Parsons
3a0ae6b3fc Updated PC-DOS 0.90 readmes 2017-05-30 16:33:15 -07:00
Jeff Parsons
7d9b911934 Merge branch 'master' into gh-pages 2017-05-26 14:09:55 -07:00
Jeff Parsons
9f4ccc9889 Updated OS/2 Museum links for PC-DOS 0.90 2017-05-26 14:09:37 -07:00
Jeff Parsons
f23d741883 Merge branch 'master' into gh-pages 2017-05-26 11:52:18 -07:00
Jeff Parsons
d303ad6010 Renamed PC-DOS 0.90 AUTOEXEC.BAT to AUTOEXEC.BAK, and swapped the Color and Monochrome PC-DOS 0.90 machines 2017-05-26 11:51:58 -07:00
Jeff Parsons
12d1517d34 Converted text file to UTF-8 2017-05-26 10:36:19 -07:00
Jeff Parsons
231bc1b563 Converted text file to UTF-8 2017-05-26 10:30:43 -07:00
Jeff Parsons
28676361ce Merge branch 'master' into gh-pages 2017-05-26 10:19:28 -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
16f50b88d2 Updated KA10 diagnostics page 2017-05-02 15:03:02 -07:00
Jeff Parsons
abce30fda5 README updates 2017-04-30 10:13:05 -07:00
Jeff Parsons
7ce31e0955 Some Markdown formatting fixes 2017-04-14 13:46:47 -07:00
Jeff Parsons
8affd35e0e Some Markdown formatting fixes 2017-04-14 13:46:11 -07:00
Jeff Parsons
29884d1ca5 Some Markdown formatting fixes 2017-04-14 13:43:43 -07:00
Jeff Parsons
e1d38c71b8 Some Markdown formatting fixes 2017-04-14 13:36:54 -07:00
Jeff Parsons
15e97df68e Updated the page on DEC V100 ROMs to include more information on the character generator ROM 2017-04-14 10:52:37 -07:00
Jeff Parsons
a5ca6ff001 Updated the page on DEC V100 ROMs to include more information on the character generator ROM 2017-04-14 10:51:19 -07:00
Jeff
47b12390d0 Updated MACRO-10 diagnostic README files 2017-04-05 21:30:36 -07:00
Jeff
91ed20000c Updated MACRO-10 diagnostic README files 2017-04-05 21:29:30 -07:00
Jeff Parsons
cca8c9f090 Merge branch 'master' into gh-pages 2017-04-05 21:11:33 -07:00
Jeff
1b5ff37f8a Updated MACRO-10 diagnostic README files 2017-04-05 21:11:10 -07:00
Jeff
70e7cef651 Updated the MACRO-10 nested macro test page 2017-04-05 20:44:12 -07:00
Jeff
ea95de4939 Fixed (or rather, band-aided) a MACRO-10 regression assembling the nested macro test (/apps/pdp10/tests/macro10/TEST.MAC) 2017-04-05 20:42:44 -07:00
Jeff
5f72f1627f Updated the first PDP-10 reliability test (DAKBA) 2017-04-05 16:33:16 -07:00
Jeff
a66c908daf Added the first PDP-10 reliability test (DAKBA) 2017-04-05 14:19:40 -07:00
Jeff
6bd24c5347 Fixed how index operands are assembled into PDP-10 instructions, which was an unexpectedly convoluted process (they are NOT masked to 4 bits, shifted left 18 bits, and OR'ed into the opcode; instead, they are computed as a 36-bit value whose left and right 18-bit halves are swapped and then ADDED to the opcode, which means that an instruction encoded with indexing may not end up using indexing at all, depending on where all those bits fall) 2017-04-05 12:38:36 -07:00
Jeff
d4c12c8c7a Fixed the PDP-10 BLT instruction 2017-04-05 11:32:16 -07:00
Jeff
7e1fc5586e Added a minor improvement to the simplistic MACRO-10 fixup support in PDPjs 2017-04-04 16:34:03 -07:00
Jeff
427e6afdb8 Fixed OPDEF opcode generation (improper use of bitwise operators) 2017-04-04 11:26:49 -07:00
Jeff
d28d1ee940 Added a few PDP-10 byte pointer fixes, along with the ability to pass MACRO-10 text directly into the MACRO-10 assembler (use the Debugger's "as" command) 2017-04-04 10:42:41 -07:00
Jeff
38f709bb7a Corrected a few expression parser changes that had adversely affected other debuggers (eg, PCx86) 2017-04-03 16:27:52 -07:00
Jeff
09dc4dcb9a Lots of MACRO-10 improvements, DAKAM now assembles (but does not pass) 2017-04-03 16:10:08 -07:00
Jeff
3fb3f44384 Made a tiny 72-bit division optimization 2017-04-02 11:43:54 -07:00
Jeff Parsons
68c41bf5d5 Merge branch 'master' into gh-pages 2017-04-02 11:04:39 -07:00
Jeff
defa6cd038 Added some comments regarding 72-bit division. 2017-04-02 11:04:20 -07:00
Jeff
01550cc95e Well, that was brutal, but ALL the PDP-10 DAKAL multiplication and division tests FINALLY pass 2017-04-02 10:35:59 -07:00