]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.h
More RTG acceleration, fix everything
[pistorm] / config_file / config_file.h
index 358a570027fa668d2706b02eda0a3d9e280105bf..b19d80972f8227c52514cc4d30a7e50a9310d5d4 100644 (file)
@@ -91,4 +91,5 @@ struct emulator_config *load_config_file(char *filename);
 int handle_mapped_read(struct emulator_config *cfg, unsigned int addr, unsigned int *val, unsigned char type);
 int handle_mapped_write(struct emulator_config *cfg, unsigned int addr, unsigned int value, unsigned char type);
 int get_named_mapped_item(struct emulator_config *cfg, char *name);
+int get_mapped_item_by_address(struct emulator_config *cfg, uint32_t address);
 unsigned int get_int(char *str);