Skip to content

Releases: daglem/reDIP-SID

gateware-20230529

Choose a tag to compare

@github-actions github-actions released this 29 May 08:21
On par with reSID

* Keep control registers in sync with waveforms for two SIDs
* Keep within timing budget of 20 FPGA cycles per phi2 cycle

With the notable exception of the filter, this should now be on par with
reSID in VICE.

gateware-20230528

Choose a tag to compare

@github-actions github-actions released this 28 May 13:55
Combined waveforms

* Corrected samples for 6581 pulse + sawtooth
* Zeroing of the 6581 oscillator MSB via combined waveforms
* Corrected zeroing of noise LFSR bits via combined waveforms
* Corrected 8580 waveform 0

gateware-20230507

Choose a tag to compare

@github-actions github-actions released this 07 May 05:31
Corrected envelope counter delay

* Corrected envelope counter delay
* Sample volume closer to an average MOS6581

gateware-20230506

Choose a tag to compare

@github-actions github-actions released this 06 May 07:50
Pipelining

This is a major rewrite, pipelining all modules in the SID chip in order to
save FPGA resources:

* Power-on initialization of oscillators, noise LFSRs, and envelope counters
* Register writes
* Update and synchronization of oscillators
* Waveform generation
* Envelope generation
* Voice DCA
* Filter / audio output

gateware-20230404

Choose a tag to compare

@github-actions github-actions released this 04 Apr 19:18
Hotfix for safe POT discharge

* Mapping of SID 2 to any or all of D420, D500, and DE00 (make SID2=1)
* Linting of the complete design with Verilator and Slang
* Configurable LFSR envelope counter logic
* Corrections to MOS8580 triangle waveform timing
* Safe POT discharge - thanks to @sorgelig for raising the issue

gateware-20221211

Choose a tag to compare

@github-actions github-actions released this 11 Dec 12:00
First gateware release