Three more things

These additions got the TempleOS intro in the code scraps to work
This commit is contained in:
Sharoy Veduchi 2022-11-25 01:01:48 -08:00 committed by GitHub
parent 37a02808ba
commit fbc9139d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,10 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
Find("Let2BlkDev", ff_mask,fu_flags,"Letter2BlkDev");
Find("first_drv_let", ff_mask,fu_flags,"first_drive_let");
//Discovered by Doodguy and Anfintony November 25 2022
Find("ScanKey",ff_mask,fu_flags,"KeyScan");
Find("ScanChar",ff_mask,fu_flags,"CharScan");
Find("fp_final_scrn_update",ff_mask,fu_flags,"fp_final_screen_update");
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
Find("MemSet", ff_mask, fu_flags);
}