X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest.c;h=3e2b1e6f31b729d1cf43cf1cc2fe0cdaef74d002;hb=3c748201faa153f88c2810a3766127b5dfe211e6;hp=fd2ec3f9f1dc4b7481f86ddba0925032beb148b7;hpb=f66b2c6a16e6f6c2c9c07a39d1855b5ea178fead;p=16.git diff --git a/src/test.c b/src/test.c index fd2ec3f9..3e2b1e6f 100644 --- a/src/test.c +++ b/src/test.c @@ -1,7 +1,7 @@ -#include "src\lib\modex16.h" +#include "src/lib/modex16.h" #include -word far* clock= (word far*) 0x046C; /* 18.2hz clock */ +word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ void main() { int i, j; @@ -39,7 +39,7 @@ void main() { modexFadeOn(1, pal2); - start = *clock; + start = *clockw; for(i=0; i<5; i++) { /* go right */ for(j=0; j<32; j++) { @@ -64,7 +64,7 @@ void main() { } } - end = *clock; + end = *clockw; /* fade back to text mode */ modexFadeOff(1, pal2);