diff blastem.h @ 1111:2eb54e24914e

Mostly working changes to allow support for multiple emulated system types in main blastem program
author Michael Pavone <pavone@retrodev.com>
date Mon, 19 Dec 2016 13:28:18 -0800
parents 22e87b739ad6
children 2540c05520f2
line wrap: on
line diff
--- a/blastem.h	Wed Dec 14 23:27:42 2016 -0800
+++ b/blastem.h	Mon Dec 19 13:28:18 2016 -0800
@@ -2,6 +2,7 @@
 #define BLASTEM_H_
 
 #include "tern.h"
+#include "system.h"
 
 extern int headless;
 extern int exit_after;
@@ -9,8 +10,10 @@
 extern int frame_limit;
 
 extern tern_node * config;
+extern system_header *current_system;
 
 extern char *save_state_path;
+extern char *save_filename;
 #define QUICK_SAVE_SLOT 10
 
 #endif //BLASTEM_H_