plan9front/sys/src/games/gb
Michael Forney 415c110b28 games/gb: fix reversed audio channels
The high bits correspond to the left channel, and the low bits to the
right channel.

Reference: https://gbdev.io/pandocs/#sound-control-registers

Tested with pokemon crystal.
2021-02-08 04:58:49 +01:00
..
apu.c games/gb: fix reversed audio channels 2021-02-08 04:58:49 +01:00
cpu.c demote libemu to common code 2018-05-13 07:01:47 +02:00
dat.h games/gb: various HDMA fixes 2021-02-08 04:58:41 +01:00
ev.c games/gb: fix timer divider for input clock 0 2021-02-08 04:58:02 +01:00
fns.h games/gb: improved audio code 2015-04-02 15:30:12 +02:00
gb.c games/gb: various HDMA fixes 2021-02-08 04:58:41 +01:00
mem.c games/gb: various HDMA fixes 2021-02-08 04:58:41 +01:00
mkfile demote libemu to common code 2018-05-13 07:01:47 +02:00
ppu.c games/gb: various HDMA fixes 2021-02-08 04:58:41 +01:00
state.c new games/gb: better emulation and gbc support 2015-04-01 16:17:17 +02:00