# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * sys.h - System-dependant functions | |
3 | * | |
4 | < | * SIDPlayer (C) Copyright 1996-2003 Christian Bauer |
4 | > | * SIDPlayer (C) Copyright 1996-2004 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 62 | Line 62 | typedef struct { | |
62 | #endif | |
63 | ||
64 | // Microsecond-resolution timing functions | |
65 | < | extern uint64 GetTicks_usec(void); |
65 | > | extern uint64 GetTicks_usec(); |
66 | extern void Delay_usec(uint32 usec); | |
67 | ||
68 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |