]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.h
The remainder of the initial PiStorm interaction stuff (I think)
[pistorm] / config_file / config_file.h
index af2ca630c459260897f7ec44b040368f545f42eb..0f1625cbeb265acd17c28eb7a90d42a59cedb544 100644 (file)
@@ -101,6 +101,7 @@ int handle_mapped_read(struct emulator_config *cfg, unsigned int addr, unsigned
 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);
+void add_mapping(struct emulator_config *cfg, unsigned int type, unsigned int addr, unsigned int size, int mirr_addr, char *filename, char *map_id);
 unsigned int get_int(char *str);
 
 #endif /* _CONFIG_FILE_H */