Documentation updates
This commit is contained in:
parent
cd36be4e19
commit
645748091c
30 changed files with 216 additions and 70 deletions
10
devices/c1p/machine/8kb/all/debugger/machine.md
Normal file
10
devices/c1p/machine/8kb/all/debugger/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Additional Software"
|
||||
permalink: /devices/c1p/machine/8kb/all/debugger/
|
||||
machines:
|
||||
- type: c1p-dbg
|
||||
id: c1p8kb
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.20.2/machine.xsl"?>
|
||||
<machine id="c1pAll" class="c1p" border="1" width="100%" padbottom="8px" background="#FAEBD7" style="padding-bottom:8px">
|
||||
<name>OSI Challenger 1P (8Kb, More Programs)</name>
|
||||
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
|
||||
<computer id="c1p" name="Challenger 1P">
|
||||
<module type="cpu" refid="cpu6502" start="0x0000" end="0xffff"/>
|
||||
<module type="ram" refid="ram8K" start="0x0000" end="0x1fff"/>
|
||||
|
|
|
|||
10
devices/c1p/machine/8kb/large/debugger/machine.md
Normal file
10
devices/c1p/machine/8kb/large/debugger/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Large Display"
|
||||
permalink: /devices/c1p/machine/8kb/large/debugger/
|
||||
machines:
|
||||
- type: c1p-dbg
|
||||
id: c1p8kb
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
10
devices/c1p/machine/8kb/large/machine.md
Normal file
10
devices/c1p/machine/8kb/large/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Large Display"
|
||||
permalink: /devices/c1p/machine/8kb/large/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
10
devices/c1p/machine/8kb/small/machine.md
Normal file
10
devices/c1p/machine/8kb/small/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Small Display"
|
||||
permalink: /devices/c1p/machine/8kb/small/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
Loading…
Reference in a new issue