Prev: 29165 Up: Map Next: 29201
29184: Reset Attribute Buffer
Used by the routine at CreateWindow.
ResetAttributes 29184 XOR A Set the border to black.
29185 OUT (254),A
29187 CALL ResetScreen Call ResetScreen.
29190 LD HL,22528 HL=attribute buffer.
29193 LD B,91 B=91 (i.e. finish once we reach the end of the attribute buffer).
29195 LD A,(24132) C=Background_Attribute.
29198 LD C,A
29199 JR ResetCopier Jump to ResetCopier.
View the equivalent code in;
Prev: 29165 Up: Map Next: 29201