Prev: B8C4 Up: Map Next: B902
B8ED: Clear Screen
Used by the routines at GameMenu, Demo_Start, PrintWages, B3BE and GameOver.
Clear_Screen B8ED LD HL,$4000 Clear the screen buffer.
B8F0 LD (HL),$00
B8F2 LD DE,$4001
B8F5 LD BC,$1800
B8F8 LDIR
B8FA LD (HL),$46 Write 46 (INK: YELLOW, PAPER: BLACK (BRIGHT) ) to the entire attribute buffer.
B8FC LD BC,$02FF
B8FF LDIR
B901 RET Return.
Prev: B8C4 Up: Map Next: B902