From 50c410c1038df29f84941e412039f8c3a1d0a28c Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Fri, 17 Dec 2021 17:30:14 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4e0ec2..d5d77ef 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ featuring the TMS9918 Video Display Processor by Texas Instruments. ## Repo structure ``` -demo/ a demo program that makes use of the library +demos/ + demo/ demo program that makes use of the library + picshow/ demo program that shows a picture in bitmap mode + tetris/ a game docs/ TMS9918 and Apple-1 manuals kickc/ target configuration files for KickC lib/ the library files to include in your project -picshow/ a demo program showing a picture in bitmap mode -tetris/ a demo game tools/ some build tools ```