Close

New firmware R2.3

A project log for LM80C Color Computer

A Z80 homebrew computer with 64KB SRAM & 32KB ROM (with BASIC), TMS9918A VDP (video) and AY-3-8910 PSG (audio)

leonardo-milianiLeonardo Miliani 09/30/2019 at 16:590 Comments

Today I've released a new version of the LM80C firmware marked R2.3.

This release fixes some bugs into the SOUND statement code or, more precisely, into the portion of code that managed the duration of tones' reproduction: if more than one tone had the same duration, the sound manager halted only the reproduction of the first one that it encountered, leaving the others up and playing. Another bug I've fixed concerns the fact that each time I played a tone the volume of the selected channel was set to its maximum value, 15. Now, it is the user that has to check that the volume of the channel whose tone is playing has been already set up.

The new compiled and ready to be flashed firmware is available on my Github repo:

https://github.com/leomil72/LM80C/releases/tag/R2.3

Discussions