PCE: now prepare for volume

This commit is contained in:
tildearrow 2021-06-07 03:42:18 -05:00
parent c0e4e20b3e
commit 1379b4c935
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ void DivPlatformPCE::tick() {
updateWave(i);
}
//rWrite(16+i*5,0x80);
chWrite(i,0x04,0x80|chan[i].vol);
//chWrite(i,0x04,0x80|chan[i].vol);
}
if (chan[i].keyOff) {
chWrite(i,0x04,0);

View file

@ -482,7 +482,7 @@ void PCE_PSG::Write(int32_t timestamp, uint8_t A, uint8_t V)
psg_channel *ch = &channel[select];
//if(A == 0x01 || select == 5)
printf("Write Ch: %d %04x %02x, %d\n", select, A, V, timestamp);
//printf("Write Ch: %d %04x %02x, %d\n", select, A, V, timestamp);
switch(A)
{