X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=1e9529b7b3e16f9d8572d03eb7fa2a2109c138a4;hb=539ebb44044e22fc0cd200a091c55370419fd88f;hp=07a4795d487aac8355418a993378365fb7702030;hpb=007099230dad9fac10cfd7c3c3b82eedd2df0bae;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index 07a4795d..1e9529b7 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -132,5 +132,7 @@ void main() { }*/ printf("CPU to VGA: %f\n", t1); printf("VGA to VGA: %f\n", t2); + printf("page.width: %u\n", page.width); + printf("page.height: %u\n", page.height); return; }