From 343ea685ef48d9aca82b2f677584d9bfce323520 Mon Sep 17 00:00:00 2001 From: gluk Date: Sun, 30 Dec 2007 20:32:47 +0000 Subject: [PATCH] added some changelog info into the file git-svn-id: svn://kolibrios.org@686 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/tetris/trunk/tetris.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/programs/games/tetris/trunk/tetris.asm b/programs/games/tetris/trunk/tetris.asm index 053d42d898..6e0bca9a86 100644 --- a/programs/games/tetris/trunk/tetris.asm +++ b/programs/games/tetris/trunk/tetris.asm @@ -16,6 +16,7 @@ ; ; ; Changelog: +; 30.12.2007 - cleaning keybuffer before reading an key - Gluk ; 09.11.2005 - fix for work under MeosDebug & better random - Andrey Halyavin ; 23.09.2005 - fixed bug, when 011111111111111-like sequence interpreted ; as _11111111111111 in check_full_line - Sergey Kuzmin aka Wildwest @@ -167,14 +168,14 @@ adr400: movzx edx,byte [current_block_color] int 0x40 jmp still -key: mov eax,2 +key: mov eax,2 ; Gluk int 0x40 cmp eax,1 jne getkeyi mov ah,dh jmp adr32 -getkeyi: mov dh,ah +getkeyi: mov dh,ah ; Gluk jmp key adr32: cmp ah,LEFT_KEY