AY8930: add TEST register effect
This commit is contained in:
parent
2d6a3b93d8
commit
6d1d91ca68
3 changed files with 11 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ int DivPlatformAY8910::dispatch(DivCommand c) {
|
|||
chan[c.chan].freqChanged=true;
|
||||
break;
|
||||
case DIV_CMD_AY_IO_WRITE:
|
||||
if (c.value==255) break;
|
||||
if (c.value) { // port B
|
||||
ioPortB=true;
|
||||
portBVal=c.value2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue