ericb59 / Fusion-C-v1.2

MSX C Library for SDCC compiler
Other
71 stars 7 forks source link

Problem with InputString and the MSX-DOS2 extension #12

Open ourra opened 3 years ago

ourra commented 3 years ago

First of all, thank you for this library, it's an amazing work!

I think I might have found a bug in the InputString(....) function when the msxdos2 extension is not loaded.

To reproduce it, I compiled the file print-input.c from the examples directory, and executed the resulting COM file in the OpenMSX emulator with the following results:

Please let me know if I can provide further information :-) Thank you!