From b86ded5192ed498fc59989caf25c2762f594e6d2 Mon Sep 17 00:00:00 2001 From: cpg Date: Tue, 10 Nov 2009 22:00:41 +0000 Subject: [PATCH] add some comments git-svn-id: svn://svn.cc65.org/cc65/trunk@4458 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/tgi-mode.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asminc/tgi-mode.inc b/asminc/tgi-mode.inc index c7c0fb709..d2be442aa 100644 --- a/asminc/tgi-mode.inc +++ b/asminc/tgi-mode.inc @@ -51,9 +51,9 @@ TGI_MODE_80_48_4 TGI_MODE_80_48_2 TGI_MODE_40_24_4 - TGI_MODE_80_192_16b + TGI_MODE_80_192_16b ; 80x192, 16 shades of the same color TGI_MODE_80_192_9 - TGI_MODE_80_192_16h + TGI_MODE_80_192_16h ; 80x192, 16 colors with the same brightness TGI_MODE_320_192_2_2p TGI_MODE_80_192_16b_2p TGI_MODE_160_192_4_2p -- 2.39.5