From 069f0a701582fa02c489f9fa401dac5c7f245af0 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 30 Mar 2005 18:17:57 +0000 Subject: [PATCH] Cosmetic changes requested by Oliver Schmidt git-svn-id: svn://svn.cc65.org/cc65/trunk@3431 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/kbhit.s | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libsrc/apple2/kbhit.s b/libsrc/apple2/kbhit.s index ac8d85350..c4efb38d6 100644 --- a/libsrc/apple2/kbhit.s +++ b/libsrc/apple2/kbhit.s @@ -5,11 +5,12 @@ ; unsigned char kbhit (void); ; - .export _kbhit + .export _kbhit .include "apple2.inc" -_kbhit: lda KBD ; Reading KBD checks for keypress +_kbhit: + lda KBD ; Reading KBD checks for keypress rol ; if high bit is set, key was pressed lda #$00 tax