marinetti callback was trashing memory. WriteLine store to _toolErr, in the wrong bank.

This commit is contained in:
Kelvin Sherlock 2019-01-19 21:29:45 -05:00
parent e064126d90
commit aee73c0de9
1 changed files with 2 additions and 0 deletions

View File

@ -13,7 +13,9 @@
* callback by Marinetti to display a connect message * callback by Marinetti to display a connect message
* *
*/ */
#pragma databank 1
void display(const char *pstr) { WriteLine(pstr); } void display(const char *pstr) { WriteLine(pstr); }
#pragma databank 0
// todo - support flags // todo - support flags
// -s: be silent (ie - no output, return value only // -s: be silent (ie - no output, return value only