cpu clock setup, save rom dir, cleanups

This commit is contained in:
notaz
2009-06-06 23:33:15 +03:00
parent 788343bb4c
commit 638cc6264c
9 changed files with 132 additions and 589 deletions

View File

@@ -135,8 +135,8 @@
#define file_close(filename_tag) \
{ \
sync(); \
fclose(filename_tag); \
sync(); \
} \
#else