diff --git a/docs/IMG_4941.jpg b/docs/IMG_4941.jpg new file mode 100644 index 0000000..4fc8a23 Binary files /dev/null and b/docs/IMG_4941.jpg differ diff --git a/docs/schematics.pdf b/docs/schematics.pdf index 51d4186..4a05963 100755 Binary files a/docs/schematics.pdf and b/docs/schematics.pdf differ diff --git a/docs/sound-driver-2.jpg b/docs/sound-driver-2.jpg deleted file mode 100644 index e7c20cc..0000000 Binary files a/docs/sound-driver-2.jpg and /dev/null differ diff --git a/docs/sound-driver-2.png b/docs/sound-driver-2.png new file mode 100644 index 0000000..0bfe857 Binary files /dev/null and b/docs/sound-driver-2.png differ diff --git a/readme.md b/readme.md index a4f2d21..3c95c63 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,10 @@ ![](./docs/IMG_4936.jpg) +Update Amplifier: + +![](./docs/IMG_4941.jpg) + This Tetris implementation consists of a hardware and a software (running on that hardware). The hardware utilizes four MSP430 microcontrollers for 1.) the game play, 2.) the play ground canvas, 3.) the score display and 4.) the sound effects. @@ -54,7 +58,7 @@ An amplifier following the proposal of the AY-3-8913 datasheet is implemented us The clock generator proposed by the AY-3-8913 does not work reliably, so an alternative design from "The Art of Electronics" has been used. ![](./docs/sound-driver-1.jpg) -![](./docs/sound-driver-2.jpg) +![](./docs/sound-driver-2.png) ![](./docs/sound-driver-3.jpg) ![](./docs/sound-driver-4.jpg)