Cakewalk (ripsaw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3237
This commit is contained in:
parent
0aa906a05c
commit
5b559c3905
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: mpu401.cpp,v 1.27 2008-10-21 06:14:51 qbix79 Exp $ */
|
||||
/* $Id: mpu401.cpp,v 1.28 2008-11-10 15:29:38 qbix79 Exp $ */
|
||||
|
||||
#include <string.h>
|
||||
#include "dosbox.h"
|
||||
|
@ -502,6 +502,7 @@ static void UpdateTrack(Bit8u chan) {
|
|||
|
||||
static void UpdateConductor(void) {
|
||||
if (mpu.condbuf.value[0]==0xfc) {
|
||||
mpu.condbuf.value[0]=0;
|
||||
mpu.state.conductor=false;
|
||||
mpu.state.req_mask&=~(1<<9);
|
||||
if (mpu.state.amask==0) mpu.state.req_mask|=(1<<12);
|
||||
|
|
Loading…
Add table
Reference in a new issue