diff options
Diffstat (limited to 'libalee/types.hpp')
-rw-r--r-- | libalee/types.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/types.hpp b/libalee/types.hpp index 29c93e8..f23f92e 100644 --- a/libalee/types.hpp +++ b/libalee/types.hpp @@ -28,6 +28,7 @@ using Addr = uint16_t; using Cell = int16_t; using DoubleCell = int32_t; +using DoubleAddr = uint32_t; // Only used for um/mod. struct Dictionary; struct State; |