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

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)