├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2019 Pixie Johan Anderson 2 | 3 | Licensed under the Apache License, Version 2.0 (the "License"); 4 | you may not use this file except in compliance with the License. 5 | You may obtain a copy of the License at 6 | 7 | http://www.apache.org/licenses/LICENSE-2.0 8 | 9 | Unless required by applicable law or agreed to in writing, software 10 | distributed under the License is distributed on an "AS IS" BASIS, 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | See the License for the specific language governing permissions and 13 | limitations under the License. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # RE-CPU - replacement CPU for NEC D650C 2 | 3 | 4 | 5 | - [RE-CPU - replacement CPU for NEC D650C](#re-cpu---replacement-cpu-for-nec-d650c) 6 | - [License](#license) 7 | - [Hardware](#hardware) 8 | - [Software](#software) 9 | - [Links](#links) 10 | - [Special thanks](#special-thanks) 11 | 12 | 13 | 14 | ## License 15 | 16 | ### Hardware 17 | 18 | In order to protect my work and most importantly to protect the investsments done by others to make the hardware real and available to you, the hardware design is currently not publicy available and only available under a non-commercial license. If you are intressted in manufacturing and/or distrubution, plesae contact me. 19 | 20 | Currently Paul Barker at [DinSync.info](http://www.dinsync.info/) / [RE-303](http://re-303.com/) is the only one granted rights of manufacturing. 21 | 22 | Please respect this wish. 23 | 24 | ### Software 25 | 26 | Software once released will be licensed under the Apache 2.0 License. See [LICENSE](LICENSE) 27 | 28 | ## Links 29 | 30 | - [Buy the hardware](https://shop.re-303.com/) 31 | - [Firmware Releases](https://github.com/sunflowr/recpu/releases) latest builds of the firmware and tools. 32 | - [PixieDust](https://github.com/sunflowr/pixiedust/releases) updating/backup and general tool for the project. 33 | - [PixieDust Online](http://sunflowr.github.io/pixiedust/) online version of PixieDust. 34 | 35 | ## Special thanks 36 | 37 | Much of the layout of build system and project layout is insipred by [Mutable Instruments Github](https://github.com/pichenettes/eurorack) and [Westlicht PER|FORMER Github](https://github.com/westlicht/performer) excellent projects. 38 | 39 | Part of the RE-Emu code is inspired by work in [MAME](https://www.mamedev.org/) 40 | 41 | - Paul Barker at [DinSync.info](http://www.dinsync.info/) for making [RE-303](http://www.re-303.com/) 42 | - Emilie Gillet at [Mutable Instruments](https://mutable-instruments.net/) 43 | - [Simon Kallweit](http://simon-kallweit.me/) at [westlicht github](https://github.com/westlicht) 44 | - hap, Kevin Horton, Sean Riddle for the [MAME](https://www.mamedev.org/) implementation of UCOM4/TB-303/TR-606 45 | - Roland Corporation and Tadao Kikumoto for making the TB-303. 46 | 47 | Thank you for all your work <3 48 | --------------------------------------------------------------------------------