1
0
Fork 0

update svn properties

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3653
This commit is contained in:
Sebastian Strohhäcker 2010-10-29 21:33:50 +00:00
parent ec1fbccb4d
commit 2efab7ece3
2 changed files with 3 additions and 3 deletions

View file

@ -1584,8 +1584,8 @@ public:
case MK_printscreen:
key=SDLK_PRINT;
break;
case MK_home:
key=SDLK_HOME;
case MK_home:
key=SDLK_HOME;
break;
}
sprintf(buf,"%s \"key %d%s%s%s\"",

View file

@ -1345,7 +1345,7 @@ static Bit8u CTMIXER_Read(void) {
return ret;
case 0x82: /* IRQ Status */
return (sb.irq.pending_8bit ? 0x1 : 0) |
(sb.irq.pending_16bit ? 0x2 : 0) |
(sb.irq.pending_16bit ? 0x2 : 0) |
((sb.type == SBT_16) ? 0x20 : 0);
default:
if ( ((sb.type == SBT_PRO1 || sb.type == SBT_PRO2) && sb.mixer.index==0x0c) || /* Input control on SBPro */