Memotech-Bill / PicoBB

BBC BASIC for Raspberry Pi Pico
zlib License
34 stars 5 forks source link

Unwanted diagnostic messages appearing #4

Closed rtrussell closed 2 years ago

rtrussell commented 2 years ago

It looks as though a debug flag has been left set in the console mode build. For example if I start BBC BASIC and enter:

CHAIN "solve"

It displays the following:

Above MaximumRAM = 0x20027700
Above MaximumRAM = 0x20027700
Enter number of unknowns (2-6):

Here the "Enter number of unknowns (2-6):" is the expected prompt from the program but the other two lines are spurious.

Memotech-Bill commented 2 years ago

Diagnostic message has now been commented out in routine oshwm() in bbpico.c