cpu clock setup, save rom dir, cleanups
[gpsp.git] / common.h
index b58228b..0f800d6 100644 (file)
--- a/common.h
+++ b/common.h
 
   #define file_close(filename_tag)                                            \
   {                                                                           \
-    sync();                                                                   \
     fclose(filename_tag);                                                     \
+    sync();                                                                   \
   }                                                                           \
 
 #else