Commit graph pcjs/my_modules/shared
Author SHA1 Message Date
Jeff Parsons
c2a89b07dd Added some minor exception handling improvements 2014-10-30 12:06:26 -07:00
Jeff Parsons
29a3aceeb0 Improved error reporting when embedMachine() fails (eg, due to browser restrictions) 2014-10-30 09:54:09 -07:00
Jeff Parsons
f2e092e57c Demonstration of C1Pjs loading and running *without* a web server
file:///pcjs/configs/c1p/machines/8kb/large/debugger/demo.html (your root directory may vary)
2014-10-29 16:41:32 -07:00
Jeff Parsons
eec10da1b7 Display progress messages as machine XML files are being loaded/processed 2014-10-29 15:23:35 -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
c5bcf12a7d Keep common.xsl in sync with common.html 2014-10-25 22:52:40 -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
0755fcc46d Pre-v1.15.5 checkpoint 2014-10-17 11:04:20 -07:00
Jeff Parsons
ba5f2fe41b Some improvements to Debugger message support 2014-10-15 16:14:54 -07:00
Jeff Parsons
093099d980 Added new IBM PC AT configuration (8Mhz model, currently not booting) 2014-10-13 12:16:27 -07:00
Jeff Parsons
04b9473a18 Make memory state platform-independent 2014-10-12 10:09:55 -07:00
Jeff Parsons
60669365f9 Final preparations for open source roll-out 2014-10-12 00:08:15 -07:00
Jeff Parsons
1d9a5ee0df Preparing web server for update to v1.15.4 2014-10-10 16:36:50 -07:00
Jeff Parsons
93b81c47b7 Updated the 5170 BIOS map, updated 8042 info, fixed some 8042 controller commands, made HLT work, and fixed the debugger's history buffer when executing a mix of real-mode and protected-mode instructions 2014-10-01 17:33:17 -07:00
jeffpar
a5e3e6a59d Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00