adjusting the ready bit in display buffer

This commit is contained in:
Thiago Auler 2017-11-28 10:04:49 -02:00 committed by GitHub
parent 078763b80c
commit 4006475fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void write_mem(dw address, db data)
}
else if (address == 0xD012)
{
display_buffer = data;
display_buffer = data | 0x80;
}
// any other addressed memory will be ignored on write