diff --git a/src/memory.c b/src/memory.c index eaea8fe..db8d181 100644 --- a/src/memory.c +++ b/src/memory.c @@ -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