toyoshim / SoundCortex

A firmware that makes your microcomputer work as a historical sound chip
26 stars 5 forks source link

SCC: high frequency notes do not sound correctly #7

Open toyoshim opened 8 years ago

toyoshim commented 8 years ago

High frequency notes do not seem to sound correctly. E.g. SpaceManbow's 1st stage BGM has a melody like "D- C#- BGA-", and there the last three notes, "BGA" do not make any sound. Register values are 0x0038, 0x0046, and 0x003f for each.

Kyuchumimo commented 1 month ago

I found that values below 0x004f (F5) do not sound correctly, so that the supported values are from 0x0fff (G#-1) to 0x004f (F5).