From 7b8127d36a9c6a824da4f1709bdee12c40c631a5 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 19 Dec 2016 13:28:18 -0800 Subject: Mostly working changes to allow support for multiple emulated system types in main blastem program --- blastem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index 940cca6..790b10e 100644 --- a/blastem.h +++ b/blastem.h @@ -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 z80_enabled; 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_ -- cgit v1.2.3