Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
02/23/2019 07:25:18 PM (5 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    1313The current version of the emulator is 0.1. There is a single ZIP archive available for download, which contains the executables for OS X, Linux, as well as Windows:
    1414
    15 [https://bob.lopatic.de/trac/raw-attachment/wiki/WikiStart/buchla-0.1.zip buchla-0.1.zip]
     15[https://bob.lopatic.de/raw-attachment/wiki/WikiStart/buchla-0.1.zip buchla-0.1.zip]
    1616
    1717In order to run the emulator, please proceed as follows:
    1818
    19   - Download [https://bob.lopatic.de/trac/raw-attachment/wiki/WikiStart/buchla-0.1.zip buchla-0.1.zip].
     19  - Download [https://bob.lopatic.de/raw-attachment/wiki/WikiStart/buchla-0.1.zip buchla-0.1.zip].
    2020
    2121  - Unpack the downloaded ZIP archive. This will give you a directory named `buchla-0.1`.
     
    3434Approaching the 700 with a modern perspective on usability can be frustrating. There is however a certain logic to the structure of the mouse and keyboard commands. In order to make it easier to get started, we have started to write a manual that documents the functions of the 700. It's definitely a work in progress. There are a lot of things that we don't yet know about the 700. Maybe, at some point, we should do a systematic review of the MIDAS code to gather an exhaustive list of things that can be clicked on, that can be edited, etc. on each of the different MIDAS screens.
    3535
    36 The manual can be viewed here: https://bob.lopatic.de/trac/wiki/Manual.
     36The manual can be viewed here: https://bob.lopatic.de/wiki/Manual.
    3737
    3838== Getting the source code ==
    3939
    40 We 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:
     40We have two Git repositories. //buchla-68k.git// is our modified version of the original firmware. See https://bob.lopatic.de/browser/buchla-68k/readme.txt for details. Here's how to access it:
    4141
    4242  - `git clone https://bob.lopatic.de/git/buchla-68k.git` (user `open`, password `sesame`, read-only access)
    4343
    44   - https://bob.lopatic.de/gitweb/?p=buchla-68k.git (//Gitweb// browser)
    45   - https://bob.lopatic.de/trac/browser/buchla-68k (//Trac// browser)
     44  - https://bob.lopatic.de/browser/buchla-68k (//Trac// browser)
    4645
    4746Then 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:
     
    4948    - `git clone https://bob.lopatic.de/git/buchla-emu.git` (user `open`, password `sesame`, read-only access)
    5049
    51     - https://bob.lopatic.de/gitweb/?p=buchla-emu.git (//Gitweb// browser)
    52     - https://bob.lopatic.de/trac/browser/buchla-emu (//Trac// browser)
     50    - https://bob.lopatic.de/browser/buchla-emu (//Trac// browser)
    5351
    5452If you would like to work with us, we'll be happy to give you write access to the repositories via SSH.