Removed all those useless semicolon-only lines from VT100.asm
This commit is contained in:
parent
f3d8aca9c3
commit
23d011c99b
4 changed files with 269 additions and 266 deletions
|
|
@ -19,4 +19,8 @@ All our [Challenger 1P Machines](machine/) are built from a collection of device
|
||||||
* Serial Port
|
* Serial Port
|
||||||
* [Video](video/)
|
* [Video](video/)
|
||||||
|
|
||||||
|
Complete [machine configurations](machine/) are constructed from those devices. A machine configuration is a single XML file
|
||||||
|
that lists all the device components to be used. A machine XML file can choose to configure every device itself,
|
||||||
|
or it can include pre-configured device XML files, such as those provided above or elsewhere.
|
||||||
|
|
||||||
The project also includes an assortment of Challenger 1P [Applications](/apps/c1p/) and [Disk Images](/disks/c1p/).
|
The project also includes an assortment of Challenger 1P [Applications](/apps/c1p/) and [Disk Images](/disks/c1p/).
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ All our [8080-Based Machines](machine/) are built from a collection of devices,
|
||||||
* Video Adapters
|
* Video Adapters
|
||||||
* [Control Panels](panel/)
|
* [Control Panels](panel/)
|
||||||
|
|
||||||
Complete machine configurations are constructed from those devices. A machine configuration is a single XML file
|
Complete [machine configurations](machine/) are constructed from those devices. A machine configuration is a single XML file
|
||||||
that lists all the device components to be used. A machine XML file can choose to configure every device itself,
|
that lists all the device components to be used. A machine XML file can choose to configure every device itself,
|
||||||
or it can include pre-configured device XML files, such as those provided above or elsewhere.
|
or it can include pre-configured device XML files, such as those provided above or elsewhere.
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -32,7 +32,7 @@ For example, the IBM PC *[Keyboard](/docs/pcx86/keyboard/)* component supports d
|
||||||
(eg, 83-key, 84-key, 101-key), and each of those models can also be configured to have dedicated buttons for
|
(eg, 83-key, 84-key, 101-key), and each of those models can also be configured to have dedicated buttons for
|
||||||
selected key combinations, or even entire keyboard layouts.
|
selected key combinations, or even entire keyboard layouts.
|
||||||
|
|
||||||
Complete machine configurations are constructed from those devices. A Machine Configuration is a single XML file
|
Complete [machine configurations](machine/) are constructed from those devices. A Machine Configuration is a single XML file
|
||||||
that lists all the device components to be used. A Machine XML file can choose to configure every device itself,
|
that lists all the device components to be used. A Machine XML file can choose to configure every device itself,
|
||||||
or it can include pre-configured device XML files, such as those provided above or elsewhere.
|
or it can include pre-configured device XML files, such as those provided above or elsewhere.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue