diff --git a/code/Uploader/README.md b/code/Uploader/README.md new file mode 100644 index 0000000..3637d5e --- /dev/null +++ b/code/Uploader/README.md @@ -0,0 +1,8 @@ +# Data uploader utility + +It's difficult to upload data to the Apple 1 Mini using most standard terminal clients because there need to be specific delays in between data being sent. +This utility simplifies that process by letting select a file and handling the upload for you. + +**Utility is still under development and not very user friendly at the moment!** + +Requires Visual Studio to build \ No newline at end of file diff --git a/code/programs/README.md b/code/programs/README.md index 4dd5627..b255a14 100644 --- a/code/programs/README.md +++ b/code/programs/README.md @@ -1,3 +1,3 @@ # Apple 1 program code -This is all untested code! \ No newline at end of file +**This is all untested code!** \ No newline at end of file diff --git a/design/DesignSpark/README.md b/design/DesignSpark/README.md index ebc318f..5446677 100644 --- a/design/DesignSpark/README.md +++ b/design/DesignSpark/README.md @@ -1,6 +1,6 @@ # Schematic & PCB design -You need to download [DesignSpark PCB](https://www.rs-online.com/designspark/pcb-software) to view & edit the schematic and PCB. -Add the components from this folder to your component library first. +You need to download [DesignSpark PCB 8](https://www.rs-online.com/designspark/pcb-software) to view & edit the schematic and PCB. +Add the components folder to your component library first! The schematic is also [available as PDF](https://github.com/DutchMaker/Apple-1-Replica/blob/master/design/DesignSpark/revision1/schematic%20-%20Schematic.pdf). \ No newline at end of file diff --git a/design/DesignSpark/components.cml b/design/DesignSpark/components/components.cml similarity index 100% rename from design/DesignSpark/components.cml rename to design/DesignSpark/components/components.cml diff --git a/design/DesignSpark/components.cmx b/design/DesignSpark/components/components.cmx similarity index 100% rename from design/DesignSpark/components.cmx rename to design/DesignSpark/components/components.cmx diff --git a/design/DesignSpark/components.psl b/design/DesignSpark/components/components.psl similarity index 100% rename from design/DesignSpark/components.psl rename to design/DesignSpark/components/components.psl diff --git a/design/DesignSpark/components.psx b/design/DesignSpark/components/components.psx similarity index 100% rename from design/DesignSpark/components.psx rename to design/DesignSpark/components/components.psx diff --git a/design/DesignSpark/components.ssl b/design/DesignSpark/components/components.ssl similarity index 100% rename from design/DesignSpark/components.ssl rename to design/DesignSpark/components/components.ssl diff --git a/design/DesignSpark/components.ssx b/design/DesignSpark/components/components.ssx similarity index 100% rename from design/DesignSpark/components.ssx rename to design/DesignSpark/components/components.ssx diff --git a/design/DesignSpark/revision1/schematic.pcb b/design/DesignSpark/revision1/schematic.pcb index 285cbc4..d7d53b8 100644 Binary files a/design/DesignSpark/revision1/schematic.pcb and b/design/DesignSpark/revision1/schematic.pcb differ diff --git a/design/DesignSpark/revision1/schematic.sch b/design/DesignSpark/revision1/schematic.sch index 95e9019..f395f61 100644 Binary files a/design/DesignSpark/revision1/schematic.sch and b/design/DesignSpark/revision1/schematic.sch differ