]> Joshua Wise's Git repositories - netwatch.git/blobdiff - video/text.c
trim some outputfs
[netwatch.git] / video / text.c
index 172b84e002f536d02df4430794190e97ea76f4b5..d710cee9d5ef6eb5a26e24a75f26262972f40aef 100644 (file)
@@ -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++)
        {
This page took 0.023474 seconds and 4 git commands to generate.