Revision 1cc98a5f

b/hw/vga_template.h
497 497
#else
498 498
#error unsupported depth
499 499
#endif
500
        d += (DEPTH / 8);
500
        d += BPP;
501 501
    }
502 502
}
503 503
#endif

Also available in: Unified diff