mirror of
https://github.com/thiagoauler/apple1.git
synced 2024-11-22 00:31:55 +00:00
adjusting the ready bit in display buffer
This commit is contained in:
parent
078763b80c
commit
4006475fb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user