mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 09:52:01 -04:00
game folder "just" compiles (not link)
This commit is contained in:
parent
13d3908273
commit
1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions
16
game/serial.c
Normal file
16
game/serial.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#define DELITEL 0xC005
|
||||
|
||||
|
||||
unsigned long vysledek;
|
||||
|
||||
main()
|
||||
{
|
||||
int i;
|
||||
for(i=0;i<65535;i++)
|
||||
{
|
||||
vysledek=DELITEL*i;
|
||||
printf("%08X ",vysledek);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue