DSP 56300 Emulation blog

Wenn ihr mehr über den Status der DSP 56300 Emulation erfahren wollt, verfolgt mein englisches Blog: hier entlang

Posted in DSP 56300 emulation, Private Programming | Tagged , , , , , , | Leave a comment

Parsing Opcodes

Parsing opcodes was more difficult than I thought of, but that part is now completed.

Opcodes are, in general, defined as 24 bit words where, for parallel move instructions, the eight LSBs define the ALU operation while the 16 MSBs define the move instruction that is executed in parallel.

Non-parallel instructions instead use the full 24 bit range for the opcode/operand definition.

I still didn’t find out how to distinguish between a parallel instruction and a non-parallel instruction easily. So at the moment, the first instructions that are tested are the non-parallel ones.

Any suggestions for speeding this up are always welcome.

Posted in DSP 56300 emulation | Tagged , , , , , , | Leave a comment

Basic emulator setup done

The basic setup of all the required hardware structures is completed.

There is memory, the DSP itself, registers, register definitions and all those things are now ready to be filled by calculations.

Posted in DSP 56300 emulation | Tagged , , , , , , | Leave a comment

Motorola/Freescale 56300 DSP Emulation

After reading some days ago, that TC Electronic ceases further development for the Powercore platform, an old idea came up again and I started working on it: Emulating the DSP 56300 from Motorola/Freescale that is used in the Powercore and a lot of other synthesizers.

The interesting part for me personally is: Will it be fast enough? There is a lot of discussion about that in the forums out there. I will try and see if I can do a “proof-of-concept” to see if it will work.

Any tips/suggestions are always welcome. Test code, too :)

I’ll post news about the emulation progress regularily here.

Posted in DSP 56300 emulation | Tagged , , , , , , | Leave a comment

Universal Manager – MIDI Patch Manager

Because I’ve got some requests, I’ve added “Universal Manager”, a patch manager for MIDI hardware like Virus A,B,C, Waldorf Q/mQ/XT, Novation synths and others again. Here is the download link:

UniversalManager.zip

Posted in misc / dies und das | 1 Comment