diff --git a/.gitignore b/.gitignore index 7d7cabb..eda1228 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ */*.dsk */*.tap +*/os-images.tar.gz diff --git a/README.md b/README.md index e366ba5..c0af2d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PDP 11 Emulators in Javascript by Paul Nankervis +![alt text](./assets/pdp1170-large.png) + This repository contains the code originally written by Paul Nankervis to emulate a number of the PDP 11 series microcomputers by Digital Equipment Corporation (DEC). The code in this repository originally lived (and continues to live until further notice) on Paul's site located at this address: [https://skn.noip.me/pdp11/pdp11.html](https://skn.noip.me/pdp11/pdp11.html) diff --git a/assets/pdp1170-large.png b/assets/pdp1170-large.png new file mode 100755 index 0000000..63e1755 Binary files /dev/null and b/assets/pdp1170-large.png differ diff --git a/assets/pdp1170.png b/assets/pdp1170.png new file mode 100755 index 0000000..3fe113e Binary files /dev/null and b/assets/pdp1170.png differ