Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #5

Open
mmontag opened this issue Apr 12, 2024 · 1 comment
Open

Documentation #5

mmontag opened this issue Apr 12, 2024 · 1 comment

Comments

@mmontag
Copy link

mmontag commented Apr 12, 2024

Hi, I wonder if you might consider filling out the readme (or creating a wiki) with your impressive detective work.

It is an important source of truth for other projects like emusc, but a lot of information lives on forums like vogons, such as:

The SC-55 wave ROM uses 8.25 bits per sample: 8 bits of mantissa for every sample, plus 4 bits of base 2 exponent (i.e. left-shift count) for every 16 samples. The encountered maximum shift count is ten, making the decompressed wave ROM samples 18 bits wide, even in the original SC-55. Mantissa and exponent are in the same ROM chip. [1]

It would be awesome to have this in one place where the community can also submit PRs.

Or, the lazy way: just link to the vogons thread 😛

[1] https://www.vogons.org/viewtopic.php?f=62&t=76613&start=120

@Kitrinx
Copy link
Owner

Kitrinx commented Apr 12, 2024

The way I see it, the code is the documentation. None of the steps are really superfluous. I guess it is a little arrogant to expect people to be able to read and understand C, but I don't think it's totally unreasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants