X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/e96542371b0f8a77f4623b062c0e323d66cb4093..0b67a02c833eca817fa0e4a548dc765532c2485f:/video/text.c diff --git a/video/text.c b/video/text.c index 172b84e..d710cee 100644 --- a/video/text.c +++ b/video/text.c @@ -57,9 +57,9 @@ void text_render(char *buf, int x, int y, int w, int h) unsigned int cx, cy; unsigned char ch, at, font; smram_state_t old_state = smram_save_state(); - +/* outputf("text_render: (%d,%d),(%d,%d)", x, y, w, h); - +*/ smram_aseg_set_state(SMRAM_ASEG_SMMCODE); for (cy = y; cy < (y + h); cy++) {