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
Jeff Parsons
093099d980
Added new IBM PC AT configuration (8Mhz model, currently not booting)
2014-10-13 12:16:27 -07:00
Jeff Parsons
ade000d0a5
Enable TypedArray support at runtime (IE9 is still the outlier)
2014-10-12 13:09:20 -07:00
Jeff Parsons
9024f00e11
One final (blog) update before flipping the switch
2014-10-12 11:00:09 -07:00
Jeff Parsons
60669365f9
Final preparations for open source roll-out
2014-10-12 00:08:15 -07:00
Jeff Parsons
2b76be11e3
Preparing web server for update to v1.15.4
2014-10-10 17:43:07 -07:00
Jeff Parsons
1d9a5ee0df
Preparing web server for update to v1.15.4
2014-10-10 16:36:50 -07:00
Jeff Parsons
367db06996
Fixed 5170 diskette drive detection (40-track vs. 80-track drives)
2014-10-05 09:33:45 -07:00
Jeff Parsons
9cefe2e700
Moved a few files and added a new post about JavaScript coding conventions
2014-09-30 10:57:34 -07:00
Jeff Parsons
911934f8d2
Fixed some broken links
2014-09-29 14:51:11 -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