Commit graph pcjs/blog
Author SHA1 Message Date
Jeff Parsons
5f29c9967b Starting work on v1.18.1 2015-05-21 11:20:52 -07:00
jeffpar
6cc77d98c7 PCTJ blog post 2015-05-20 11:18:08 -07:00
Jeff Parsons
bd6210d604 Some additional notes on unary "+" vs. parseInt() 2015-05-18 18:05:53 -07:00
Jeff Parsons
857db340c7 README update 2015-05-01 09:40:12 -07:00
Jeff Parsons
c684371852 Updated information on A20 handling in DeskPro 386 systems 2015-04-19 11:58:54 -07:00
Jeff Parsons
23b103790e Typo 2015-04-18 11:28:27 -07:00
Jeff Parsons
ef63a126f5 Updated notes 2015-04-18 11:05:12 -07:00
Jeff Parsons
843d1583fd More details on the A20 problem with the DeskPro 386 ROM 2015-04-17 19:01:31 -07:00
Jeff Parsons
10202ccef5 More details on the A20 problem with the DeskPro 386 ROM 2015-04-17 18:58:54 -07:00
Jeff Parsons
96a39c9bbe Playing with NASM 2015-04-04 12:35:36 -07:00
Jeff Parsons
47b8d077fd Remove sub-list indentation 2015-03-30 20:11:49 -07:00
Jeff Parsons
a73e7a7237 Tweak list layout 2015-03-30 20:08:52 -07:00
Jeff Parsons
9e4f38a177 Fixed some typos 2015-03-30 17:24:38 -07:00
Jeff Parsons
17d270ea2f Some minor documentation cleanup 2015-03-30 16:59:37 -07:00
Jeff Parsons
e4b5f2b020 More 80386 support (PUSH/POP FS/GS) 2015-03-27 00:14:46 -07:00
Jeff Parsons
e3a5408031 Change how optional opcode tables are built 2015-03-26 16:56:37 -07:00
Jeff Parsons
f5c0930f83 Assorted 80386 tweaks 2015-03-24 11:20:47 -07:00
Jeff Parsons
27a85b4ec9 80386 B1 errata details (formatting) 2015-03-18 11:08:50 -07:00
Jeff Parsons
169a1d72ad 80386 B1 errata details 2015-03-18 11:05:52 -07:00
Jeff Parsons
72cf8d1f4d Getting ready to retire old 16-bit flags code 2015-03-16 14:39:03 -07:00
Jeff Parsons
76932246ec Updated 80386 A0 and B0 stepping information
(and some minor CPU tweaks for the 80386 as well)
2015-03-09 21:49:13 -07:00
Jeff Parsons
f50612e7ca Debugger changes for improved 32-bit support 2015-02-28 11:55:55 -08:00
Jeff Parsons
9ba73970a4 Changed C1Pjs to display 25 rows instead of 24 2015-02-24 13:56:26 -08:00
Jeff Parsons
ae12b3293b Added chip marking details from Michal Necasek 2015-02-24 11:17:45 -08:00
Jeff Parsons
0b413f27f7 New blog entry, and a corrected Word 3.0 disk image 2015-02-23 17:20:41 -08:00
Jeff Parsons
eb196c3048 Added Compaq DeskPro 386 ROMs 2015-02-22 15:42:54 -08:00
Jeff Parsons
0ffe6c7637 Some early functionality for the new display panel 2015-01-28 11:59:40 -08:00
Jeff Parsons
2637a4ca85 Some Bus and Video tweaks 2015-01-27 15:46:22 -08:00
Jeff Parsons
9ae860d28f Remove EAFUNCS 2015-01-24 14:50:34 -08:00
Jeff Parsons
2e729f9179 Support for (future) Control Panel animation 2015-01-23 14:43:32 -08:00
Jeff Parsons
1ede9acf15 v1.17.0: Widening registers 2015-01-19 22:32:15 -08:00
Jeff Parsons
c5d9b7dfcc Added server support for running uncompiled machines 2015-01-17 13:11:31 -08:00
Jeff Parsons
27359de735 Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
Jeff Parsons
8b2327e625 Minor correction 2014-12-06 21:28:34 -08:00
Jeff Parsons
ad0dfe5eed v1.16.2: Improve drawing performance on desktop Safari 2014-12-05 17:25:59 -08:00
Jeff Parsons
46a573e433 More OS/2 machine tweaks 2014-12-05 10:16:06 -08:00
Jeff Parsons
6d491756c9 More OS/2 machine configs 2014-12-05 09:59:22 -08:00
Jeff Parsons
02a7eb22fc Minor 5170 config tweaks 2014-12-05 08:50:48 -08:00
Jeff Parsons
9b8c00ce8b Blog post regarding OS/2 2014-12-04 21:54:12 -08:00
Jeff Parsons
6660b9479f OS/2 1.0 debugging begins 2014-11-18 18:35:00 -08:00
Jeff Parsons
866610f3df README updates 2014-11-16 13:41:38 -08:00
Jeff Parsons
f1115aa8f4 Updated all machine 'video' elements to use new 'menu' element ('name' element is now deprecated) 2014-11-12 16:01:40 -08:00
Jeff Parsons
e0012c3c62 my_modules is simply modules now 2014-11-11 08:19:48 -08:00
Jeff Parsons
0e8e11d2d8 Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit 2014-11-03 00:11:41 -08:00
Jeff Parsons
234d6bbfd8 Improve compatibility of FDC command responses 2014-10-29 12:45:06 -07:00
Jeff Parsons
e0487bccd8 Fixed localStorage availability test (for real this time), and asynchronified embed.js
I spent some time fixing the latter because browsers have started warning that synchronous XMLHttpRequest calls on the "main thread" (as Firefox calls it) are deprecated. Since the days of such calls seems to be numbered, I decided to act sooner rather than later.  All PCjs XMLHttpRequests go through a single library function (weblib.loadResource), which accepts an fAsync parameter, and the only code that is still allowed to pass false for that parameter are "emergency" shutdown requests (which I believe browsers must still allow).
2014-10-28 17:12:24 -07:00
Jeff Parsons
024f9fccf8 "Fake" XDF disk support works now
What this means is that XDF disk images formatted as 80-track 23-sector-per-track images will work with XDF code that honors that format; however, I've not yet been able to test with "real" XDF disk images (ie, disk images created with DiskDump using the experimental --xdf flag).  "Real" XDF disk images almost certainly need more work (eg, setting all the sector IDs properly), but the groundwork has been laid.
2014-10-27 22:20:41 -07:00
Jeff Parsons
326cfbb42c Release of v1.15.6
Some FDC tweaks, a CPU emulation fix, and some Debugger message improvements
2014-10-23 20:01:29 -07:00
Jeff Parsons
1809543577 Improved separation of FDC media parameters from drive parameters 2014-10-20 00:24:13 -05:00
Jeff Parsons
3fc4a221c9 Ready to release v1.15.5 (I think) 2014-10-17 12:30:26 -07:00