Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
09/10/2017 09:16:12 PM (7 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1 = Buchla 700 Emulator =
     1= The Buchla 700 Emulation Project =
    22
    3 Lorem Ipsum...
     3We are a non-commercial open source project that develops a hardware emulator for the Buchla 700 on Linux, OS X, and Windows. The idea is to build something that runs the original Buchla 700 firmware, i.e., the BIOS and the MIDAS VII GUI-based instrument definition and sequencing software. The firmware source code was made available to the public a few years ago by Lynx Crowe, its creator, via Aaron Lanterman at Georgia Tech (http://lanterman.ece.gatech.edu/buchla700/).
     4
     5Note that Lynx released the firmware //for non-commercial personal and educational use// only and //as-is with no guarantees of completeness or correctness//. While we place our modifications to the firmware in the public domain, you still need to respect Lynx's licensing terms for the underlying original firmware.
     6
     7We got the firmware to build with a modern-day GCC-based cross-toolchain for the Motorola 68k, and we started to build a minimalistic emulator that mimics the Buchla 700 hardware just enough to allow the firmware to function properly.
     8
     9At this point, the firmware works pretty well when run in the emulator. However, we do not yet generate any sound. The code that drives the Buchla 700's digital sound generator - the //FPU// - is not part of the released source code. Now that we have the user interface up and running, our next job will be to reconstruct the FPU.
     10
     11== Installing and using the emulator ==
     12
     13Lorem ipsum...
     14
     15== Getting the source code ==
     16
     17We have two Git repositories. //buchla-68k.git// is our modified version of the original firmware. See https://bob.lopatic.de/trac/browser/buchla-68k/readme.txt for details. Here's how to access it:
     18
     19  - `git clone https://bob.lopatic.de/buchla-68k.git` (user `open`, password `sesame`, read-only access)
     20  - https://bob.lopatic.de/gitweb/?p=buchla-68k.git (//Gitweb// browser)
     21  - https://bob.lopatic.de/trac/browser/buchla-68k (//Trac// browser)
     22
     23Then there is //buchla-emu.git//, which is our emulator. See https://bob.lopatic.de/trac/browser/buchla-emu/readme.txt for details. Here's how to access it:
     24
     25    - `git clone https://bob.lopatic.de/buchla-emu.git` (user `open`, password `sesame`, read-only access)
     26    - https://bob.lopatic.de/gitweb/?p=buchla-emu.git (//Gitweb// browser)
     27    - https://bob.lopatic.de/trac/browser/buchla-emu (//Trac// browser)