Added an Modula-2 demo page and a new blog post on the 1984 FantasyLand EGA demo and an EGATEST program written in Modula-2
This commit is contained in:
parent
b85d0d6bc8
commit
7768f27e40
18 changed files with 564 additions and 28 deletions
35
apps/pcx86/1984/modula2/README.md
Normal file
35
apps/pcx86/1984/modula2/README.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Logitech Modula-2/86 Compiler (1984)"
|
||||
permalink: /apps/pcx86/1984/modula2/
|
||||
machines:
|
||||
- id: ibm5160-msdos320
|
||||
type: pcx86
|
||||
resume: 1
|
||||
state: /apps/pcx86/1984/modula2/state.json
|
||||
config: /devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml
|
||||
drives: '[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/MSDOS320-C400.json"}]'
|
||||
automount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Logitech Modula-2/86 Compiler (1984)
|
||||
------------------------------------
|
||||
|
||||
Logitech's Modula-2 Compiler (Modula-2/86 v1.10) has been installed in the machine below. The machine is
|
||||
an [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display](/devices/pcx86/machine/5160/ega/640kb/), but
|
||||
the hard drive has been replaced with a [10Mb Drive](/disks/pcx86/fixed/10mb/) containing
|
||||
[MS-DOS 3.20 with Microsoft C 4.00](/disks/pcx86/fixed/10mb/msdos320-c400.xml), and then all the Modula-2 installation
|
||||
changes have been overlaid onto it.
|
||||
|
||||
{% include machine.html id="ibm5160-msdos320" %}
|
||||
|
||||
For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/).
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
* [Logitech Modula-2/86 v1.0 Manual](http://bitsavers.informatik.uni-stuttgart.de/pdf/logitech/modula-2/Logitech_Modula-2_86_1.0_Feb84.pdf)
|
||||
1
apps/pcx86/1984/modula2/state.json
Normal file
1
apps/pcx86/1984/modula2/state.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -31,6 +31,7 @@ A list of all the software available to PCx86 machines can be found in the [IBM
|
|||
|
||||
### 1984
|
||||
|
||||
* [Logitech Modula-2/86 Compiler v1.10](/apps/pcx86/1984/modula2/)
|
||||
* [The Hitchhiker's Guide to the Galaxy](/disks/pcx86/games/infocom/hhiker/)
|
||||
|
||||
### 1985
|
||||
|
|
|
|||
Loading…
Reference in a new issue