Change word to use int as base
This commit is contained in:
parent
180da3de4a
commit
fe155d40d4
|
@ -2,7 +2,7 @@
|
|||
#define C64_TYPES_H
|
||||
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned short word;
|
||||
typedef unsigned int word;
|
||||
typedef unsigned long dword;
|
||||
|
||||
typedef signed char sbyte;
|
||||
|
|
Loading…
Reference in New Issue