Web pages now have more control over 'autoStart' and 'debug' settings
This commit is contained in:
parent
33a828a75b
commit
7582a3c0a3
50 changed files with 7479 additions and 1258 deletions
|
|
@ -34,7 +34,7 @@ Here's what a typical Markdown file would look like:
|
|||
id: at-ega-1152k-rev3
|
||||
debugger: true
|
||||
uncompiled: true
|
||||
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/machine.xml
|
||||
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
|
||||
---
|
||||
...
|
||||
{% include machine.html id="at-ega-1152k-rev3" %}
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ machines:
|
|||
- type: pc
|
||||
id: at-ega-1152k-rev3
|
||||
debugger: true
|
||||
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
|
||||
uncompiled: true
|
||||
config: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
|
||||
---
|
||||
|
||||
A new PCjs Control Panel is under development, featuring a new "Display Panel" that will provide a variety of
|
||||
|
|
|
|||
Loading…
Reference in a new issue