Jump to content

swinkels

Programmer
  • Posts

    27
  • Joined

  • Last visited

Posts posted by swinkels

  1. These extensions works only with special 'MIDIbox' SwinSID firmware version. Nevertheless your firmware is definitely much more close to real SID than the one reviewed by TK some time ago. It features e.g. ring modulation, improved waveforms and supports all filter modes.

  2. I think I figured it out:

    Set Board jumper: bridged = decreased volume due to R3 being on / unbridged = increased volume

    Filter jumper: bridged = 6581 / unbridged = 8580

    according to x1541 who said: "Ja er ändert die Emulation auf 6581 wenn er geschlossen ist."

    Hope Swinkels can confirm it.

    You're right. R3 jumper also changes output biasing. This was needed because older C64 boards has bit different output stage and I decided to simplify desing by adding jumper instead of a more complex but universal solution.

  3. Hi, I am the creator of the SwinSID and I can answer your question directly. There are two jumpers. First is used to setup output stage and volume, second is for filter selection between 6581/8580 model. There was special firmware version specially designed for MIDIBox with extended filter range but this feature is not enabled in standard release.

  4. Check your fuse bits configuration to enable external clock source - AVR have to run with 24MHz. SwinSID plays short 1KHz test tone during startup, when the frequency is lower then your clock frequency is wrong. Are you using TDA1543, not TDA1543A? (TDA1543A won't work). If you still have problems, attach sound output recordings here.

  5. ATMEGA8518 is really not so ancient as you think. Its memory is filled in a half only so there is no real need for switching now. This AVR has one advantage over new ones - three additional I/O pins used to transfer data with slave AVR in SwinSID X2. They are used in the latest SwinSID 1024 too. Switching to smaller AVR limits us to single AVR only.

    I can see only one real succesor of the ATMega8515 - ATMega162. It has the same pinout but twice the RAM and ROM memory.

  6. Finally, my download page was updated with latest SwinSID firmware for MIDIBox and dual AVR schematics. There is source code too. 

    I'm working now on the new SwinSID 1024 card with 512KB RAM and 512KB ROM for storing drum samples and new cool sampled sounds.

    Maybe some day it will work with midibox as a external sampler (when TK modify control firmware) but first, it is intended as a hardware MOD player for C64.

  7. SwinSID is still in development and the new version SwinSID X2 is almost ready now. It is designed to emulate  two SID chip working with one MB core.  In fact SwinSID X2 has two AVR connected with single DAC

    Latest firmware provides better sound quality (low aliasing), new waveforms and nice features: simple FM synth, two oscillators per voice and white noise generator.

    Firmware is quite stable now with all features working, but I need to design layout for new MB module. If you want to help with testing or designing layout then let me know.

    I will consider releasing the source code.

  8. While playing high notes with full spectrum waveforms like sawtooth and pulse you can hear some harmonics. , but this is a standard effect with simple wavetable synthesizers.

    I am still working to improve sound quality and add new features to SwinSID with help and testing from TK. When I finish we will release music demos and comparisions, so please be patient

  9. PonyProg is a very nice program for flashing AVR.

    Yes, i will try to add more new features to standard SID emulation instead of pseudo-reverb effect.

    I will release new firmware this weekend with following changes:

    - Linear Attack support

    - Logarithmic Decay and Release

    - 2 x oversampling instead of interpolation

    - No reverb effect

    After some testing from you I will implement a lowpass filter soon.

×
×
  • Create New...