Bruno Félix Rezende Ribeiro
Bruno Félix Rezende Ribeiro
PS1 port
Is it doable? I'd like to find out and possibly work on it. Any preliminary/practical suggestion or guidance?
**Describe the bug** In QBasic the POINT function form used to retrieve color attribute always use physical screen coordinates, regardless of WINDOW. QB64, on the other hand, uses WINDOW logical...
**Describe the bug** Drawing statements don't work properly when both VIEW and WINDOW are active. **To Reproduce** Run the folowing program. ```BASIC SCREEN 7: _FULLSCREEN WINDOW (-1, 1)-(1, -1) WXMin...
**Describe the bug** If the local variable that has the current function's name (and its current return value) is used in an expression the program immediately crashes. **To Reproduce** Run...