?login_element?
?pathlinks? – Rev 1636
Rev 1601 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
module ScreenViewer
display:
call Console.waitForKeyUp
ld a, 7 : call Memory.setPage
ld hl, outputBuffer, de, #c000, bc, 6912 : ldir
call TextMode.disable
.wait
halt
xor a : in a, (#fe) : cpl : and 31 : jr z, .wait
call TextMode.cls
jp History.back
endmodule