# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * sysdeps.h - System dependent definitions for BeOS | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2002 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2005 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 80 | Line 80 | typedef uae_u32 uaecptr; | |
80 | typedef uint32 uintptr; | |
81 | typedef int32 intptr; | |
82 | ||
83 | + | /* Timing functions */ |
84 | + | extern void Delay_usec(uint32 usec); |
85 | + | |
86 | // UAE CPU defines | |
87 | #ifdef __i386__ | |
88 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |