diff --git a/.gitignore b/.gitignore index 751553b..09ba154 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.bak +*~ \ No newline at end of file diff --git a/README.md b/README.md index cfc6a6e..a3ec259 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # macintosh-portable -This is an attempt to reverse-engineer Macintosh Portable motherboard's power distribution and management subsystem. +This is an attempt to reverse-engineer **Macintosh Portable** motherboard's power distribution and management subsystem. -The files can be opened and edited using [KiCad](http://www.kicad-pcb.org/). +* The files can be opened and edited using [KiCad](http://www.kicad-pcb.org/). +* Check out the [PDF releases](https://github.com/ppieczul/macintosh-portable/releases) of the schematics. +* You may take a look at my collection of vintage computers: [oldcrap.org](https://oldcrap.org) + +Pictures of the **V1M hybrid** board with marked components: + +![front](pictures/macintosh-portable-v1m-front.jpeg) +![resistors](pictures/macintosh-portable-v1m-resistors.jpeg) +![back](pictures/macintosh-portable-v1m-back.jpeg) diff --git a/pictures/macintosh-portable-v1m-back.jpeg b/pictures/macintosh-portable-v1m-back.jpeg new file mode 100644 index 0000000..6bcbe54 Binary files /dev/null and b/pictures/macintosh-portable-v1m-back.jpeg differ diff --git a/pictures/macintosh-portable-v1m-front.jpeg b/pictures/macintosh-portable-v1m-front.jpeg new file mode 100644 index 0000000..7b8a624 Binary files /dev/null and b/pictures/macintosh-portable-v1m-front.jpeg differ diff --git a/pictures/macintosh-portable-v1m-resistors.jpeg b/pictures/macintosh-portable-v1m-resistors.jpeg new file mode 100644 index 0000000..6bb2ad2 Binary files /dev/null and b/pictures/macintosh-portable-v1m-resistors.jpeg differ