/* * text_pal_reset — восстановить системную текстовую палитру * (BIOS $A6, type = PAL_CGA, страницы 4..7). */ #include #include void text_pal_reset(void) { pal_reset(PAL_CGA); }