Update Graphics for the IBM PC demos
This commit is contained in:
parent
d46fec026c
commit
130eb93bc0
6 changed files with 17 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,10 @@ permalink: /pubs/pc/programming/Graphics_for_the_IBM_PC/demos/
|
|||
machines:
|
||||
- type: pc
|
||||
id: xt-cga-256k-1
|
||||
state: 02-03.json
|
||||
- type: pc
|
||||
id: xt-cga-256k-2
|
||||
state: 04-01.json
|
||||
---
|
||||
|
||||
Selected Live Demos from [Graphics for the IBM PC](../)
|
||||
|
|
@ -66,3 +70,5 @@ From [Page 58](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graph
|
|||
> white appears much sharper on a television than any
|
||||
> other color, this palette is the palette of choice for television
|
||||
> work. (The same is true of any composite monitor.)
|
||||
|
||||
{% include machine.html id="xt-cga-256k-2" %}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<fdc id="fdcNEC" automount='{A:{name:"PC-DOS 2.00 (Disk 1)",path:"/disks/pc/dos/ibm/2.00/PCDOS200-DISK1.json"}, B:{name:"BASIC Programs",path:"/api/v1/dump?dir=/pubs/pc/programming/Graphics_for_the_IBM_PC/programs"}}' pos="left" padleft="8px" padbottom="8px">
|
||||
<fdc id="fdcNEC" automount='{A:{name:"PC-DOS 2.00 (Disk 1)",path:"/disks/pc/dos/ibm/2.00/PCDOS200-DISK1.json"}, B:{name:"BASIC Programs",path:"/pubs/pc/programming/Graphics_for_the_IBM_PC/programs/disk.json"}}' pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="list" binding="listDrives"/>
|
||||
<control type="list" binding="listDisks">
|
||||
<disk path="">None</disk>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<manifest ref="/disks/pc/dos/ibm/2.00/manifest.xml" disk="*"/>
|
||||
<manifest ref="/disks/pc/games/microsoft/adventure/manifest.xml" disk="*"/>
|
||||
<manifest ref="/apps/pc/1981/visicalc/manifest.xml" disk="*"/>
|
||||
<disk path="/api/v1/dump?dir=/pubs/pc/programming/Graphics_for_the_IBM_PC/programs">BASIC Programs</disk>
|
||||
<disk path="/pubs/pc/programming/Graphics_for_the_IBM_PC/programs/disk.json">BASIC Programs</disk>
|
||||
</control>
|
||||
<control type="button" binding="loadDrive" padright="8px">Load</control>
|
||||
<control type="description" binding="descDisk" padright="8px"/>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue