Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: a1cc03333158
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 67cffef62056
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 28, 2019

  1. Copy the full SHA
    7f2d599 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Copy the full SHA
    6cbb617 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88dfe4e View commit details
    Browse the repository at this point in the history
  3. applet.audio.yamaha_opl: do unsigned→signed conversion in gateware.

    Pretty much everything (WebAudio, samplerate, WAV, ...) uses signed
    samples instead of unsigned, so it's silly that we have to use numpy
    just to shift everything by 0x8000.
    whitequark committed Sep 29, 2019
    Copy the full SHA
    67cffef View commit details
    Browse the repository at this point in the history