Difference between revisions of "84PCSE:Flags:4A"
(putmapFlags (unofficial)) |
(→Bit 3: More accurate name and description) |
||
Line 17: | Line 17: | ||
=== Bit 3 === | === Bit 3 === | ||
− | '''Unofficial Name:''' | + | '''Unofficial Name:''' putmapUsePixShad2 |
− | Set if text display routines should use the | + | Set if text display routines should use the secondary pixel shadow buffer ([[84PCSE:RAM:Page3:AA11|pixelShadow2]]) rather than the "normal" pixel shadow buffer ([[84PCSE:RAM:Page3:8941|pixelShadow]]). I'm not sure what this is for, but I guess it could let you switch to an alternate text screen while keeping the previous screen contents in pixelShadow. |
=== Bit 4 === | === Bit 4 === |
Latest revision as of 20:21, 2 April 2013
Contents
Synopsis
Flag Byte: 4Ah
Known Names: putmapFlags
Bit Overview
Bit 0
We do not have information on what this bit does, if anything.
Bit 1
We do not have information on what this bit does, if anything.
Bit 2
We do not have information on what this bit does, if anything.
Bit 3
Unofficial Name: putmapUsePixShad2
Set if text display routines should use the secondary pixel shadow buffer (pixelShadow2) rather than the "normal" pixel shadow buffer (pixelShadow). I'm not sure what this is for, but I guess it could let you switch to an alternate text screen while keeping the previous screen contents in pixelShadow.
Bit 4
Unofficial Name: putmapUseColor
Set if the fixed-width text routines (PutMap, PutS, etc.) should display text in color. If this flag is set, the foreground color is given by (curFGColor) and the background by (curBGColor).
Bit 5
We do not have information on what this bit does, if anything.
Bit 6
We do not have information on what this bit does, if anything.
Bit 7
We do not have information on what this bit does, if anything.