Fix M32 P subroutine handling

This commit is contained in:
Scott Lahteine
2017-11-14 22:49:33 -06:00
parent 2390f6d3ab
commit d3b8f30818
3 changed files with 61 additions and 40 deletions

View File

@@ -45,7 +45,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);