Fixed some bugs and warnings, and cleaned-up and reworked the MIDI input stuff so that MIDI input can go to multiple devices at a time (each device allows configuring, whether or not it should receive MIDI input), and fixed MIDI input on the Sound Blaster 16/AWE32's built-in MPU-401.
This commit is contained in:
@@ -700,11 +700,11 @@ svga_poll(void *p)
|
||||
svga->ma = svga->maback;
|
||||
}
|
||||
}
|
||||
|
||||
svga->hsync_divisor = !svga->hsync_divisor;
|
||||
|
||||
if (svga->hsync_divisor && (svga->crtc[0x17] & 4))
|
||||
return;
|
||||
svga->hsync_divisor = !svga->hsync_divisor;
|
||||
|
||||
if (svga->hsync_divisor && (svga->crtc[0x17] & 4))
|
||||
return;
|
||||
|
||||
svga->vc++;
|
||||
svga->vc &= 2047;
|
||||
|
||||
Reference in New Issue
Block a user