Jeff Parsons
d50f0ebb1a
Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter
2016-04-01 21:36:06 -07:00
Jeff Parsons
d0480ecb90
Merge branch 'next-release'
2016-04-01 15:46:22 -07:00
Jeff Parsons
9b26da2d97
Eliminated bogus prompt when mounting a local disk image
2016-03-25 21:32:05 -07:00
Jeff Parsons
ff876da5fc
Fixed issue with SeaMonkey (one of the few browsers that didn't support innerText on DOM elements)
2016-03-24 11:38:05 -07:00
Jeff Parsons
30023dce29
New version files
2016-03-23 17:37:53 -07:00
Jeff Parsons
3d2e7ce086
Cleaning out the /versions folder (since .gitattributes refuses to exclude it from the language stats)
2016-03-21 07:48:13 -07:00
Jeff Parsons
87e275b5f1
Blog edits
2016-03-16 15:13:18 -07:00
Jeff Parsons
0eddbd05a3
Fixed CGA graphics modes on VGA cards
2016-03-12 13:33:21 -08:00
Jeff Parsons
7953383fa9
Fixed new modRM decoders
2016-03-08 16:39:10 -08:00
Jeff Parsons
1ace6678a2
Compilation update
2016-02-23 10:16:42 -08:00
Jeff Parsons
3dd7512f4f
Client-side support for the original DiskDump API is finally limping along
2016-02-22 17:38:57 -08:00
Jeff Parsons
f032f95611
Replaced loadResource() with the more streamlined getResource(), for all your resource-getting needs (well, except for binary files, which should be coming soon)
2016-02-21 15:51:54 -08:00
Jeff Parsons
9ff18f2512
Restrict the download option to Firefox for now, and disable the external XML link for saved machines
2016-02-17 23:04:03 -08:00
Jeff Parsons
22a4da112d
Restrict the download option to Firefox for now, and disable the external XML link for saved machines
2016-02-17 23:03:29 -08:00
Jeff Parsons
3bcf1dfc23
Copyright symbol work-around
2016-02-17 13:58:42 -08:00
Jeff Parsons
0e3de68273
Save machine finally works
2016-02-17 13:40:55 -08:00
Jeff Parsons
585a851ce5
Fixes to machine save support
2016-02-17 11:05:27 -08:00
Jeff Parsons
6bffc69b25
More support for saving entire machines
2016-02-16 18:11:15 -08:00
Jeff Parsons
368370a4ea
Updated compiled files
2016-02-12 14:16:06 -08:00
Jeff Parsons
092f07fa9b
Code cleanup
2016-02-11 15:49:27 -08:00
Jeff Parsons
1b9350f86f
Speed up page load times by "compiling" the disk library manifests
2016-02-05 16:19:49 -08:00
Jeff Parsons
04c72bb812
More Windows diskette updates
2016-02-02 16:35:21 -08:00
Jeff Parsons
0b40ebcc9d
Powered by JavaScript
2016-02-02 10:42:58 -08:00
Jeff Parsons
e20cb1d0e3
Fixed physical memory breakpoints when paging enabled
2016-01-31 11:23:13 -08:00
Jeff Parsons
03853a87b7
Starting work on v1.20.7
2016-01-26 15:20:17 -08:00
Jeff Parsons
b9a2968f03
Fixed problems booting the Oct 86 CP-DOS boot disk (the showstopper was allowing the mode of the LDT register to be changed by LOADALL)
2016-01-25 15:07:44 -08:00
Jeff Parsons
109238a0f5
The project is not "AWS-powered" anymore
2016-01-20 16:25:45 -08:00
Jeff Parsons
0252c8e5ec
Bumped version to 1.20.5
2016-01-20 14:01:10 -08:00
Jeff Parsons
3158575aa7
Updated the icon locations for the Node XSL templates
2016-01-19 21:52:40 -08:00
Jeff Parsons
697ef9005f
Additional DOS and OS/2 directory listings
2016-01-19 11:52:03 -08:00
Jeff Parsons
12b760f912
Changed the last embedPC() parameter from sStateFile to sParms, although for backward compatibility, if sParms is not a JSON object definition (ie, beginning with a brace), it continues to be treated as a state filename.
...
This change allows us to pass any number of additional properties to embedPC(), which in turn can override properties contained in the XML file; the only property overrides currently supported are 'state' (which overrides any 'state' property set in the XML's <computer> element) and 'automount' (which overrides any 'automount' property set in the XML's <fdc> element). The goal is to make it easier to reuse XML machine definitions, by allowing commonly altered component attributes to be overridden.
2016-01-18 16:11:08 -08:00
Jeff Parsons
b10810ae4d
Assorted redirects and title updates
2016-01-06 23:53:52 -08:00
Jeff Parsons
65cd073560
v1.20.3: The Happy 2016 Release
2015-12-31 16:07:49 -08:00
Jeff Parsons
ea9740751e
Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page
2015-12-27 16:42:45 -08:00
Jeff Parsons
1fc0d6c8f1
Change default machine heading size
2015-12-16 17:05:55 -08:00
Jeff Parsons
a7a30ad676
More updates from the gh-pages branch
2015-12-16 16:19:13 -08:00
Jeff Parsons
fbb9c14f59
Merge in old master changes
2015-12-16 12:41:02 -08:00
Jeff Parsons
cc807175d6
Ensured v1.20.2 was recompiled in the gh-pages branch
2015-12-14 18:17:16 -08:00
Jeff Parsons
dcf54da7ac
Check in v1.20.2 compiled sources
2015-12-14 09:40:05 -08:00
Jeff Parsons
24ea864872
Releasing v1.20.2 to address an XSLT issue in the latest Microsoft Edge
2015-12-13 11:09:02 -08:00
Jeff Parsons
78267b2e92
More README updates
2015-12-11 09:26:19 -08:00
Jeff Parsons
312c41c68a
Machine updates
2015-12-10 10:49:52 -08:00
Jeff Parsons
645748091c
Documentation updates
2015-12-09 15:23:21 -08:00
Jeff Parsons
85672b4124
Preparing release of v1.20.1
2015-12-02 09:27:54 -08:00
Jeff Parsons
8e71267747
Updated Closure Compiler, fixed some constant inlining problems, and turned PREFETCH off for now
2015-10-27 13:02:43 -07:00
Jeff Parsons
2b1b27c6bb
v1.19.9: Fixed DOS window creation issues
2015-10-23 16:27:12 -07:00
Jeff Parsons
caccae5cc8
Rolling out v1.19.8 (and cleaning up how gate frame size is tracked)
2015-10-21 10:47:37 -07:00
Jeff Parsons
a774fb983e
v1.19.7: Windows 95 boots to the desktop
2015-09-21 18:37:44 -07:00
Jeff Parsons
deeac4902d
v1.19.6: Improved restartability of stack-related instructions
2015-09-14 16:53:57 -07:00
Jeff Parsons
d33e0da167
v1.19.5 checkpoint (includes a fix to the "pop mem" instruction)
2015-09-10 15:19:34 -07:00