Jeff Parsons
0eddbd05a3
Fixed CGA graphics modes on VGA cards
2016-03-12 13:33:21 -08:00
Jeff Parsons
e9e7ccf6f2
Support for overriding machine hard drive(s)
2016-03-10 00:54:34 -08:00
Jeff Parsons
7ca64fcea5
Added more demos and support for mixed-case properties (including a new 'debugger' property in Markdown files)
2016-03-05 18:09:41 -08:00
Jeff Parsons
1c04ada64b
Remembering COMPAQ
2016-02-25 11:05:39 -08:00
Jeff Parsons
f9ef6c9f1b
Fixed some date typos
2016-02-20 12:11:38 -08:00
Jeff Parsons
7913ef2a0a
More build option groundwork
2016-02-10 17:52:50 -08:00
Jeff Parsons
94069ba88f
OS/2 FOOTBALL prototype disk boots successfully with new ParallelPort component installed
2016-02-07 22:36:08 -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
00a0ba0fee
Updated main machine list
2016-02-04 09:43:24 -08:00
Jeff Parsons
2690097a48
Allow string properties to contain '|'
2016-02-01 10:22:54 -08:00
Jeff Parsons
5b7dce1224
Add the ability to pass through any string property to PCjs declared at the top of the Markdown file
2016-02-01 10:00:05 -08:00
Jeff Parsons
62986953ed
Updated OS/2 prototype disk info
2016-01-31 14:38:03 -08:00
Jeff Parsons
676449279e
README updates, including some Windows directory listings (and corrections)
2016-01-30 13:08:16 -08:00
Jeff Parsons
c41211f3a6
Updated READMEs
2016-01-23 14:50:17 -08:00
Jeff Parsons
50886d0113
Time for a blog post
2016-01-23 14:37:49 -08:00
Jeff Parsons
ca409efc32
Updated READMEs
2016-01-22 15:14:15 -08:00
Jeff Parsons
aeb518f078
More old OS/2 disk information
2016-01-22 14:58:53 -08:00
Jeff Parsons
2cf5803c79
Picked up recent corrections from the master branch
2016-01-21 12:24:04 -08:00
Jeff Parsons
2bb3cbe319
The project is not "AWS-powered" anymore
2016-01-21 09:44:46 -08:00
Jeff Parsons
d6be2ae7f7
Push out the FOOTBALL disks
2016-01-20 13:20:22 -08:00
Jeff Parsons
814d1ddb6a
More tweaks to the OS/2 prototype disk pages
2016-01-20 12:04:58 -08:00
Jeff Parsons
9e324d6992
Fixed manifest XSL processing (hopefully)
2016-01-19 21:26:28 -08:00
Jeff Parsons
0c0e508f78
Updated OS/2 disk information
2016-01-19 16:22:10 -08:00
Jeff Parsons
2ed48d74bb
README updates
2016-01-19 13:02:57 -08:00
Jeff Parsons
1ca377fb68
Updated MarkOut and HTMLOut components to use embedPC() with the new 'parms' parameter instead of the old 'state' parameter.
...
This allows us to continue using the Node web server to debug machines that are launched using new YAML-based Markdown machines settings, the most important being 'automount' (otherwise those machines might not be loaded with the correct disks)
2016-01-19 11:49:30 -08:00
Jeff Parsons
79c9b4beca
Tabs to spaces
2016-01-18 16:57:13 -08:00
Jeff Parsons
4e4f53c7f6
Moved the directory listings to the individual disk READMEs
2016-01-18 16:49:31 -08:00
Jeff Parsons
99346be3ba
Start leveraging the new ability to specify machine overrides (/disks/pc/os2/misc/1.0/debugger/machine.xml is no longer needed)
2016-01-18 16:31:10 -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