]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.c
Cleanup, move mouse/keyboard input code out of emulator.c
[pistorm] / config_file / config_file.c
index c7fcccc0668ce63a3a0d008a60d0a26691d00a49..b7eff98a05b8e9d75ca2ff3781b90239c7c68c64 100644 (file)
@@ -226,7 +226,7 @@ void add_mapping(struct emulator_config *cfg, unsigned int type, unsigned int ad
       break;
   }
 
-  printf("[MAP %d] Added %s mapping for range %.8lX-%.8lX (%.8lX)\n", index, map_type_names[type], cfg->map_offset[index], cfg->map_offset[index] + cfg->map_size[index] - 1, (uint64_t)cfg->map_data[index]);
+  printf("[MAP %d] Added %s mapping for range %.8lX-%.8lX (%lX)\n", index, map_type_names[type], cfg->map_offset[index], cfg->map_offset[index] + cfg->map_size[index] - 1, (uint64_t)cfg->map_data[index]);
 
   return;