Added more demos and support for mixed-case properties (including a new 'debugger' property in Markdown files)

This commit is contained in:
Jeff Parsons 2016-03-05 18:09:41 -08:00
commit 7ca64fcea5
162 changed files with 84341 additions and 345 deletions

View file

@ -5,10 +5,11 @@ date: 2015-01-17 11:00:00
category: Features
permalink: /blog/2015/01/17/
machines:
- type: pc-dbg
- type: pc
id: at-ega-1152k-rev3
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/machine.xml
debugger: true
uncompiled: true
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/machine.xml
---
Most machines on [{{ site.pcjs.domain }}](/) run with a compiled version of PCjs, which is produced
@ -29,10 +30,11 @@ Here's what a typical Markdown file would look like:
---
...
machines:
- type: pc-dbg
- type: pc
id: at-ega-1152k-rev3
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/machine.xml
debugger: true
uncompiled: true
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/machine.xml
---
...
{% include machine.html id="at-ega-1152k-rev3" %}

View file

@ -5,8 +5,9 @@ date: 2015-01-28 11:00:00
category: Control Panel
permalink: /blog/2015/01/28/
machines:
- type: pc-dbg
- type: pc
id: at-ega-1152k-rev3
debugger: true
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
uncompiled: true
---

View file

@ -5,8 +5,9 @@ date: 2015-02-22 11:00:00
category: 80386
permalink: /blog/2015/02/22/
machines:
- type: pc-dbg
- type: pc
id: deskpro386
debugger: true
config: /devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.xml
uncompiled: true
---

View file

@ -5,8 +5,9 @@ date: 2015-04-16 11:00:00
category: 80386
permalink: /blog/2015/04/16/
machines:
- type: pc-dbg
- type: pc
id: deskpro386
debugger: true
config: /devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.xml
uncompiled: true
---

View file

@ -5,8 +5,9 @@ date: 2015-09-21 11:00:00
category: Windows 95
permalink: /blog/2015/09/21/
machines:
- type: pc-dbg
- type: pc
id: deskpro386
debugger: true
config: /devices/pc/machine/compaq/deskpro386/vga/4096kb/machine.xml
---

View file

@ -5,8 +5,9 @@ date: 2015-12-27 11:00:00
category: OS/2
permalink: /blog/2015/12/27/
machines:
- type: pc-dbg
- type: pc
id: ibm5170
debugger: true
config: /disks/pc/os2/ibm/1.0/machine.xml
---

View file

@ -61,22 +61,22 @@ Looking ahead to the day when PCjs will be able to simulate the original COMPAQ
idea to create my own roughly chronological list of [COMPAQ Machines](/devices/pc/machine/compaq/) from the 1980s,
since they are all machines I would like to see PCjs eventually support:
+ COMPAQ Portable
+ COMPAQ [Portable] Plus
+ COMPAQ DeskPro
+ COMPAQ DeskPro 286
+ COMPAQ Portable 286
+ COMPAQ Portable II
+ [COMPAQ DeskPro 386](/devices/pc/machine/compaq/deskpro386/)
+ COMPAQ Portable III
+ COMPAQ DeskPro 386/20
+ COMPAQ Portable 386
+ COMPAQ DeskPro 386/25
+ COMPAQ DeskPro 386s
+ COMPAQ DeskPro 386/20e
+ COMPAQ SLT Series (SLT/286)
+ COMPAQ DeskPro 386/33
+ COMPAQ LTE Series (LTE and LTE/286)
- COMPAQ Portable
- COMPAQ [Portable] Plus
- COMPAQ DeskPro
- COMPAQ DeskPro 286
- COMPAQ Portable 286
- COMPAQ Portable II
- [COMPAQ DeskPro 386](/devices/pc/machine/compaq/deskpro386/)
- COMPAQ Portable III
- COMPAQ DeskPro 386/20
- COMPAQ Portable 386
- COMPAQ DeskPro 386/25
- COMPAQ DeskPro 386s
- COMPAQ DeskPro 386/20e
- COMPAQ SLT Series (SLT/286)
- COMPAQ DeskPro 386/33
- COMPAQ LTE Series (LTE and LTE/286)
It's hard to stop at this point, because COMPAQ produced other innovative 80386-based systems, like those in the LTE
and LTE Lite series. But I think I need to stick to my original plan and draw a line at the end of the 1980s.