mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-02-16 08:31:14 +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)
|
else if (address == 0xD012)
|
||||||
{
|
{
|
||||||
display_buffer = data;
|
display_buffer = data | 0x80;
|
||||||
}
|
}
|
||||||
|
|
||||||
// any other addressed memory will be ignored on write
|
// any other addressed memory will be ignored on write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user