diff --git a/DAVIAC-1-pics.php b/DAVIAC-1-pics.php index 4f1e037..8beab40 100644 --- a/DAVIAC-1-pics.php +++ b/DAVIAC-1-pics.php @@ -15,21 +15,21 @@

Overview

-

All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground

+

All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground

CPU

-

Closeup of the two CPU PCBs with ribbon cables connecting them

+

Closeup of the two CPU PCBs with ribbon cables connecting them

Clock and Front Panel

-

CLoseup of a PCB with a motor, cam and microswitch combined with a variable resistor to be a clock pulse generator and a panel with LEDs and switches acting as some control inputs for the computer

+

CLoseup of a PCB with a motor, cam and microswitch combined with a variable resistor to be a clock pulse generator and a panel with LEDs and switches acting as some control inputs for the computer

Program Counter

-

PCB with a lot of relays and lit LEDs

+

PCB with a lot of relays and lit LEDs

RAM

-

Several boards with micro-relays and LEDs that comprise the RAM of the DAVIAC-1

+

Several boards with micro-relays and LEDs that comprise the RAM of the DAVIAC-1

Registers / ALU

-

PCB with a large number of two types of relays and LEDs, some lit

+

PCB with a large number of two types of relays and LEDs, some lit

ROM

-

PCB with a large number of DIP switeches, a few relays and LEDs comprising the ROM of the computer

+

PCB with a large number of DIP switeches, a few relays and LEDs comprising the ROM of the computer

Scratch Ram?

-

A repeat of the RAM with larger relays, and only 8 bytes, a PCB with a lot relays

+

A repeat of the RAM with larger relays, and only 8 bytes, a PCB with a lot relays

diff --git a/devdeploy.sh b/devdeploy.sh index 1c2d992..059d8bc 100755 --- a/devdeploy.sh +++ b/devdeploy.sh @@ -1,3 +1,3 @@ #!/bin/bash - +git push ssh pwarren.id.au "cd /var/www/daviac && GIT_SSH_COMMAND='ssh -i ~/.ssh/daviac_deploy' git pull" diff --git a/header.php b/header.php index ebeea94..b9f1587 100644 --- a/header.php +++ b/header.php @@ -1,4 +1,4 @@ diff --git a/index.php b/index.php index 4384780..ff02acf 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@

Architectural Overview (click image for PDF)

A block diagram of the architecture of the DAVIAC-1 along with the instruction set and machine code

Physical Build Overview

- All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground. + All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground. diff --git a/programming.php b/programming.php index b373573..512f87d 100644 --- a/programming.php +++ b/programming.php @@ -16,7 +16,7 @@

Assembler and Loader

The DOS binary of the assembler and potentially source code will be provided at a later date

-

The program's help output provides some usage info and the assembler -> machine code mappings

+

The program's help output provides some usage info and the assembler -> machine code mappings

Programming Examples