From 41e35cd163b6eed0a9820fcfa3f132a7cfaa5aa3 Mon Sep 17 00:00:00 2001 From: Stefan Koelle <50440224+skoelle@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:21:59 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 76a1f35..35aa9cb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # turbopascal-textgraf Textmode and Graphics Mode Lib for Turbo Pascal on DOS (Predecessor of the X-LIB Unit) + +## Compile +Start compile.bat +Uses Turbo Pascal 6.0 installed in c:\progrs\tp\ + +## Usage +In your pascal code with add following usage +use textgraf + +## Example Graphics Mode 13 + +case InitTextGraf of + 1: begin end; +end; +GrafikMode($13);