diff --git a/games/peasant/keyboard.s b/games/peasant/keyboard.s index cb79e7f4..30804d67 100644 --- a/games/peasant/keyboard.s +++ b/games/peasant/keyboard.s @@ -22,7 +22,7 @@ check_keyboard: key_was_pressed: - and #$7f ; strip off high bit + and #$5f ; strip off high bit and make uppercase ;========================== ; Left