]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.h
Add dumb framebuffer RTG
[pistorm] / config_file / config_file.h
index 2e8cbae50bcf51468ec4895ff2533278d4d23b68..358a570027fa668d2706b02eda0a3d9e280105bf 100644 (file)
@@ -81,7 +81,8 @@ struct platform_config {
 
   int (*platform_initial_setup)(struct emulator_config *cfg);
   void (*handle_reset)(struct emulator_config *cfg);
-  void (*setvar)(char *var, char *val);
+  void (*shutdown)(struct emulator_config *cfg);
+  void (*setvar)(struct emulator_config *cfg, char *var, char *val);
 };
 
 unsigned int get_m68k_cpu_type(char *name);