Merge branch 'master' of https://github.com/tildearrow/furnace into ga20

This commit is contained in:
cam900 2022-12-15 21:22:55 +09:00
commit 62cff511fd
2 changed files with 1 additions and 2 deletions

View File

@ -377,7 +377,7 @@ int DivPlatformK007232::dispatch(DivCommand c) {
chan[c.chan].setPos=true; chan[c.chan].setPos=true;
break; break;
case DIV_CMD_GET_VOLMAX: case DIV_CMD_GET_VOLMAX:
return 255; return 15;
break; break;
case DIV_ALWAYS_SET_VOLUME: case DIV_ALWAYS_SET_VOLUME:
return 1; return 1;

View File

@ -92,7 +92,6 @@ class DivPlatformK007232: public DivDispatch, public k007232_intf {
void tick(bool sysTick=true); void tick(bool sysTick=true);
void muteChannel(int ch, bool mute); void muteChannel(int ch, bool mute);
bool isStereo(); bool isStereo();
void setChipModel(int type);
void notifyInsChange(int ins); void notifyInsChange(int ins);
void notifyWaveChange(int wave); void notifyWaveChange(int wave);
void notifyInsDeletion(void* ins); void notifyInsDeletion(void* ins);