DAVIAC-web/DAVIAC-1-pics.php

42 lines
2.2 KiB
PHP
Raw Normal View History

2024-02-11 12:42:42 +11:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>DAVIAC: A relay computer</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="background">
<div class="grid-container">
<?php include("header.php"); ?>
<?php include("sidebar.php"); ?>
<div id="main-text" class="main">
2024-02-11 12:42:42 +11:00
<p>Overview</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/DAVIAC-1.jpg"><img src="images/DAVIAC-1.jpg" alt="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" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
<p>CPU</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/CPU.jpg"><img src="images/CPU.jpg" alt="Closeup of the two CPU PCBs with ribbon cables connecting them" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
<p>Clock and Front Panel</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/ClockFP.jpg"><img src="images/ClockFP.jpg" alt="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" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
<p>Program Counter</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/PC.jpg"><img src="images/PC.jpg" alt="PCB with a lot of relays and lit LEDs" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
<p>RAM</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/RAM.jpg"><img src="images/RAM.jpg" alt="Several boards with micro-relays and LEDs that comprise the RAM of the DAVIAC-1" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
<p>Registers / ALU</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/Registers.jpg"><img src="images/Registers.jpg" alt="PCB with a large number of two types of relays and LEDs, some lit" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
<p>ROM</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/ROM.jpg"><img src="images/ROM.jpg" alt="PCB with a large number of DIP switeches, a few relays and LEDs comprising the ROM of the computer" width=100% /></a></p>
2024-04-28 15:46:20 +10:00
<p>Scratch Ram and I/O</p>
2024-02-24 20:35:46 +11:00
<p><a href="images/ScratchRam.jpg"><img src="images/ScratchRam.jpg" alt="A repeat of the RAM with larger relays, and only 8 bytes, a PCB with a lot relays" width=100% /></a></p>
2024-02-11 12:42:42 +11:00
</div>
<?php include("footer.php"); ?>
</div>
</div>
</body>
</html>