Unsigned mask.

This commit is contained in:
Themaister 2011-06-11 18:57:16 +02:00
parent 192e3303a1
commit 2a0abb0618
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ struct snes_tracker_internal
#endif
uint32_t addr;
uint8_t mask;
unsigned mask;
enum snes_tracker_type type;

View File

@ -52,7 +52,7 @@ struct snes_tracker_uniform_info
uint32_t addr;
enum snes_tracker_type type;
enum snes_ram_type ram_type;
uint8_t mask;
unsigned mask;
};
struct snes_tracker_info