Changeset 56746cf in buchla-emu for readme.txt


Ignore:
Timestamp:
01/05/2018 01:39:08 PM (6 years ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
379ffd9
Parents:
3231e25 (diff), 49efb91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into mida

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readme.txt

    r3231e25 r56746cf  
    288288-----------------
    289289
    290 Here's what we emulate:
     290Here's what we currently emulate:
    291291
    292292  * Motorola 68000 CPU. This is actually the Musashi CPU emulator by
     
    295295      https://github.com/kstenerud/Musashi
    296296
     297  * Intel 82716: Video chip.
     298
     299  * Epson SED1335: LCD controller.
     300
     301  * Western Digital WD1772: Floppy disk controller.
     302
     303  * Rockwell R65C52: Serial console and MIDI ports.
     304
    297305  * Motorola MC6840: Timers.
    298306
    299   * Rockwell R65C52: Serial console and MIDI ports.
    300 
    301   * Epson SED1335: LCD controller.
    302 
    303   * Intel 82716: Video chip.
     307  * Unknown item #1: A program running on a microcontroller. It
     308    converts the analog signals from the Buchla's controller pads to
     309    digital values.
     310
     311    Neither the program, nor the microcontroller are known, but the
     312    protocol (known from the firmware source code) is pretty simple
     313    and self-explanatory.
     314
     315The next development milestone will hopefully emulate the following
     316additional components:
    304317
    305318  * National Semiconductor LMC835: Equalizer.
     
    309322    to the above equalizer chip.
    310323
    311   * Western Digital WD1772: Floppy disk controller.
    312 
    313   * A few LEDs.
    314 
    315   * Item X: A program running on a microcontroller. It converts the
    316     analog signals from the Buchla's controller pads to digital
    317     values.
    318 
    319     Neither the program, nor the microcontroller are known, but the
    320     protocol (known from the firmware source code) is pretty simple
    321     and self-explanatory.
    322 
    323   * Item Y: The actual sound generator, referred to by the firmware
    324     source code as "the FPU." This could actually be two chips:
    325 
    326       1. One chip, maybe a DSP, for generating the 15 different
     324  * A few indicator LEDs.
     325
     326  * Unknown item #2: The actual sound generator, referred to by the
     327    firmware source code as "the FPU." This is the biggest unknown so
     328    far. Judging from the firmware source code it consist of two
     329    parts:
     330
     331      1. The function generator that generates the 15 different
    327332         parameter envelopes for each of the 12 voices:
    328333
     
    339344           - 1x Output signal stereo location.
    340345
    341            - 1x "Dynamics." (TBD - currently not emulated.)
    342 
    343          Over time, the chip interpolates between the points of the
    344          envelopes drawn in the MIDAS VII instrument editor.
    345 
    346       2. A second chip for the actual sound generation. This is likely
    347          a DSP.
     346           - 1x "Dynamics" - whatever that is.
     347
     348         The firmware feeds the the points of the envelopes drawn in
     349         the MIDAS VII instrument editor to the function generator,
     350         which then interpolates between them.
     351
     352      2. The digital oscillator.
    348353
    349354         XXX - Details to be filled in.
     
    353358         of the envelopes probably control analog circuits.
    354359
    355          Obviously, the emulator does everything digitally.
    356 
    357     This "two chip" hypothesis would be in line with the "four
     360    This "two FPU parts" hypothesis would be in line with the "four
    358361    computers" marketing claim from the Buchla 700 marketing copy. The
    359362    four "computers" would be the Motorola 68000, the microcontroller
    360     that does the A/D conversion of the pad inputs, plus the two CPUs
     363    that does the A/D conversion of the pad inputs, plus the two parts
    361364    that constitute "the FPU."
     365
     366    The firmware source code archive indicates that the FPU is based
     367    on micro-programmable hardware. We recently ran this by Lynx, the
     368    developer of the firmware, who generously agreed to meet up with
     369    us in Oakland, CA. While he did not work on the FPU and thus was
     370    not familiar with its implementation details, he was able to
     371    confirm that the FPU is based on AMD's Am2900 family.
    362372
    363373If you have access to an actual Buchla 700, please do contact us. It
     
    365375
    366376If your Buchla is non-functional, this is also fine. We might be able
    367 to gain some insights from reading out the FPU microcode PROMs.
     377to gain some insights from reading out the FPU microcode PROMs or from
     378figuring out how the FPU chips are wired together.
Note: See TracChangeset for help on using the changeset viewer.