commit f3fa4462a1d29e2fa3aa640424588bc6de314989 Author: boykovra Date: Sat Dec 6 21:56:12 2025 +0300 Initial v1.0.0 commit diff --git a/Export/Ocean-240.2-FDC-BOM_v1.0.0.pdf b/Export/Ocean-240.2-FDC-BOM_v1.0.0.pdf new file mode 100644 index 0000000..3eeb301 Binary files /dev/null and b/Export/Ocean-240.2-FDC-BOM_v1.0.0.pdf differ diff --git a/Export/Ocean-240.2-FDC-PCB_BOTTOM_v1.0.0.pdf b/Export/Ocean-240.2-FDC-PCB_BOTTOM_v1.0.0.pdf new file mode 100644 index 0000000..fb41cda Binary files /dev/null and b/Export/Ocean-240.2-FDC-PCB_BOTTOM_v1.0.0.pdf differ diff --git a/Export/Ocean-240.2-FDC-PCB_TOP_v1.0.0.pdf b/Export/Ocean-240.2-FDC-PCB_TOP_v1.0.0.pdf new file mode 100644 index 0000000..6368460 Binary files /dev/null and b/Export/Ocean-240.2-FDC-PCB_TOP_v1.0.0.pdf differ diff --git a/Export/Ocean-240.2-FDC-Schematics_v1.0.0.pdf b/Export/Ocean-240.2-FDC-Schematics_v1.0.0.pdf new file mode 100644 index 0000000..6f3dac8 Binary files /dev/null and b/Export/Ocean-240.2-FDC-Schematics_v1.0.0.pdf differ diff --git a/Firmware/Ocean_240_RT4-FDC.bin b/Firmware/Ocean_240_RT4-FDC.bin new file mode 100644 index 0000000..8db7be2 --- /dev/null +++ b/Firmware/Ocean_240_RT4-FDC.bin @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Gerbers/Gerber_Ocean-240.3-FDV_v1.0.0.zip b/Gerbers/Gerber_Ocean-240.3-FDV_v1.0.0.zip new file mode 100644 index 0000000..d7317da Binary files /dev/null and b/Gerbers/Gerber_Ocean-240.3-FDV_v1.0.0.zip differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0340d22 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2021, Roman Boykov +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d023546 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Компьютер "Океан-240.2" Контроллер дисковода + +Реплика схемы и печатная плата контроллера дисковода компьютера "Океан-240.2". +Разработана на основе информации форума [zx-pk.ru](https://zx-pk.ru/threads/24620-replika-kngmd-pevm-quot-okean-240-quot.html). + +[Исходники](Sources) + +[Готовые схемы](Export) + +[Прошивки для микросхемы РТ4](Firmware) + +[Файлы для производства печатной платы](Gerbers/Gerber_Ocean-240.3-FDV_v1.0.0.zip) + +[Темы на форуме zx.pk.ru](https://zx-pk.ru/forums/113-okean-240.html) + +![Render](preview.jpg?raw=true "Render") + +## Изменения +- v1.0.0, Первая версия схемы и платы. + diff --git a/Sources/Ocean-240.2-FDC_v1.0.0.zip b/Sources/Ocean-240.2-FDC_v1.0.0.zip new file mode 100644 index 0000000..1a2b5e2 Binary files /dev/null and b/Sources/Ocean-240.2-FDC_v1.0.0.zip differ diff --git a/Sources/README.md b/Sources/README.md new file mode 100644 index 0000000..34c10b6 --- /dev/null +++ b/Sources/README.md @@ -0,0 +1,3 @@ +# Компьютер "Океан-240.2" Контроллер дисковода + +Архив проекта в [KiCAD v9.0](https://www.kicad.org/). diff --git a/preview.jpg b/preview.jpg new file mode 100644 index 0000000..7c80cd5 Binary files /dev/null and b/preview.jpg differ