mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
MB: read fix
This commit is contained in:
parent
735317ae17
commit
a3666edf48
@ -724,6 +724,7 @@ BYTE CAY8910::sound_ay_read( int reg )
|
|||||||
{
|
{
|
||||||
val = ay_change[i].val; // return the most recently written reg's value
|
val = ay_change[i].val; // return the most recently written reg's value
|
||||||
got = true;
|
got = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user