# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * types.h - Definitions of data types | |
3 | * | |
4 | < | * SIDPlayer (C) Copyright 1996-2000 Christian Bauer |
4 | > | * SIDPlayer (C) Copyright 1996-2003 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 35 | Line 35 | typedef Uint16 uint16; | |
35 | typedef Sint16 int16; | |
36 | typedef Uint32 uint32; | |
37 | typedef Sint32 int32; | |
38 | + | typedef Uint64 uint64; |
39 | + | typedef Sint64 int64; |
40 | #endif | |
41 | ||
42 | // Cycle count |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |