Skip to content

Commit

Permalink
Use u16_fast for memory_address (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kremi151 committed Jan 2, 2021
1 parent 78b20b4 commit 1db096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/source/util/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace FunkyBoy {
typedef uint_fast32_t u32_fast;
typedef uint_fast64_t u64_fast;

typedef u32 memory_address;
typedef u16_fast memory_address;

typedef int8_t i8;
typedef int16_t i16;
Expand Down

0 comments on commit 1db096a

Please sign in to comment.