adjusting i/o

This commit is contained in:
Thiago Auler 2017-11-21 15:02:06 -02:00 committed by GitHub
parent f3d4cd7771
commit 7003d3f63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ db read_byte(dw address)
}
else if (address == 0xD010)
{
keyboard_control = 0x00;
return keyboard_buffer;
}
else if (address == 0xD011)