VERA: add ins color and reset

This commit is contained in:
tildearrow 2022-03-10 17:46:40 -05:00
parent cbc8721a00
commit a9f80b841c
5 changed files with 12 additions and 0 deletions

View file

@ -69,6 +69,8 @@ void DivPlatformVERA::reset() {
for (int i=0; i<17; i++) {
chan[i]=Channel();
}
psg_reset(psg);
pcm_reset(pcm);
memset(regPool,0,66);
for (int i=0; i<16; i++) {
chan[i].vol=63;