Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 02/23/2019 07:25:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 13 13 The 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: 14 14 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] 16 16 17 17 In order to run the emulator, please proceed as follows: 18 18 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]. 20 20 21 21 - Unpack the downloaded ZIP archive. This will give you a directory named `buchla-0.1`. … … 34 34 Approaching 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. 35 35 36 The manual can be viewed here: https://bob.lopatic.de/ trac/wiki/Manual.36 The manual can be viewed here: https://bob.lopatic.de/wiki/Manual. 37 37 38 38 == Getting the source code == 39 39 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:40 We 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: 41 41 42 42 - `git clone https://bob.lopatic.de/git/buchla-68k.git` (user `open`, password `sesame`, read-only access) 43 43 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) 46 45 47 46 Then 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: … … 49 48 - `git clone https://bob.lopatic.de/git/buchla-emu.git` (user `open`, password `sesame`, read-only access) 50 49 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) 53 51 54 52 If you would like to work with us, we'll be happy to give you write access to the repositories via SSH.