MB: read fix

This commit is contained in:
tomcw 2021-01-28 20:15:23 +00:00
parent 735317ae17
commit a3666edf48

View File

@ -724,6 +724,7 @@ BYTE CAY8910::sound_ay_read( int reg )
{
val = ay_change[i].val; // return the most recently written reg's value
got = true;
break;
}
}
}