* sound capture from left/right mixers

* support for appropriate output modes
This commit is contained in:
StapleButter
2017-04-08 22:59:27 +02:00
parent a4f436f827
commit 3f3b2977d7
3 changed files with 321 additions and 43 deletions

View File

@ -49,7 +49,6 @@
//
// formula for clear depth: (GBAtek is wrong there)
// clearZ = (val * 0x200) + 0x1FF;
// if (clearZ >= 0x010000 && clearZ < 0xFFFFFF) clearZ++;
//
// alpha is 5-bit
//