Fix M32 P subroutine handling

This commit is contained in:
Scott Lahteine
2017-11-15 00:15:57 -06:00
parent 9f8b4c5ee8
commit e0d367f1fb
4 changed files with 64 additions and 43 deletions

View File

@@ -41,7 +41,7 @@ public:
// device is available soon after a reset.
void checkautostart(bool x);
void openFile(char* name, bool read, bool push_current=false);
void openFile(char* name, const bool read, const bool subcall=false);
void openLogFile(char* name);
void removeFile(const char * const name);
void closefile(bool store_location=false);