smram_aseg_set_state(SMRAM_ASEG_SMMCODE);
for (cy = y; cy < (y + h); cy++)
{
+ cx = x;
texty = cy / 14;
textx = cx / 9;
ch = video[texty * 50 + textx * 2];
for (cy = y; cy < (y + h); cy++)
{
+ cx = x;
texty = cy / 14;
textx = cx / 9;
ch = video[texty * 50 + textx * 2];