From 736b822c901ffee7d36ce7b46071fc41a0ed093b Mon Sep 17 00:00:00 2001 From: Pecusx Date: Tue, 5 Mar 2024 20:47:50 +0100 Subject: [PATCH] Update README.md Smol fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbbd924..16dc296 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Game source code is split into several parts: - `ai.asm` - artificial stupidity of computer opponents - `weapons.asm` - general arsenal of tankies - `definitions.asm` - label definitions, moved to make it work better with Altirra debug (it doesn't). + Hardware dependent code (In the corresponding folders - 'Atari', 'C64', ...): - `display_*.asm` - display lists and text screen definitions - `gr_basic.asm` - graphics primitives (plot, point, soildown, drawmountains, etc.) for faster drawing