From 8b39a2a40a99a894dc100b0a1e998836d903fcd0 Mon Sep 17 00:00:00 2001 From: Stephen MacKenzie Date: Mon, 15 Apr 2019 15:28:35 -0700 Subject: [PATCH] updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea80dd9..c5cda6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MrCBASIC The best BASIC compiler found so far is the one from QB64.org. -So far, if I place SCREEN 11 on the first line, the program runs until the map of africa is drawn with the region marks (N, S, etc.) and the prompt" CHOOSE YOUR AREA NOW. The program does not accept any input at that point. +You need to set the screen mode. SCREEN 11 on the first line. Mouse input needs to be refactored, mouse handling is more complex now. I added a subroutine that gets the CHX, CHY, and B params.