Support for message buffering (PC8080 only; needs to be added to PCx86, too)

This commit is contained in:
Jeff Parsons 2016-05-31 09:59:19 -07:00
commit 43355dec6f
3 changed files with 37 additions and 5 deletions

View file

@ -45,8 +45,9 @@ var Messages = {
SERIAL: 0x00800000,
SPEAKER: 0x02000000,
COMPUTER: 0x04000000,
LOG: 0x20000000,
WARN: 0x40000000,
LOG: 0x10000000,
WARN: 0x20000000,
BUFFER: 0x40000000,
HALT: 0x80000000|0
};