PCE: now prepare for volume
This commit is contained in:
parent
c0e4e20b3e
commit
1379b4c935
|
@ -83,7 +83,7 @@ void DivPlatformPCE::tick() {
|
||||||
updateWave(i);
|
updateWave(i);
|
||||||
}
|
}
|
||||||
//rWrite(16+i*5,0x80);
|
//rWrite(16+i*5,0x80);
|
||||||
chWrite(i,0x04,0x80|chan[i].vol);
|
//chWrite(i,0x04,0x80|chan[i].vol);
|
||||||
}
|
}
|
||||||
if (chan[i].keyOff) {
|
if (chan[i].keyOff) {
|
||||||
chWrite(i,0x04,0);
|
chWrite(i,0x04,0);
|
||||||
|
|
|
@ -482,7 +482,7 @@ void PCE_PSG::Write(int32_t timestamp, uint8_t A, uint8_t V)
|
||||||
psg_channel *ch = &channel[select];
|
psg_channel *ch = &channel[select];
|
||||||
|
|
||||||
//if(A == 0x01 || select == 5)
|
//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)
|
switch(A)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue