Revision 1344
Added by markw about 4 years ago
init.c | ||
---|---|---|
buffer[5] = 0xff; // enable_all
|
||
|
||
buffer[6] = 0x10; // enable_all
|
||
buffer[7] = 0xff; // enable_all
|
||
|
||
// 0x80(0x200 8-bit) adpcm step table - 90
|
||
for (i=0x0; i!=89; ++i)
|
Add disable support for each audio output. Split config screen into pages since it was getting too long!