From 064d07896253146fe712c8cebc3673dc8f5bab74 Mon Sep 17 00:00:00 2001 From: jonnosan Date: Tue, 22 Dec 2009 09:13:28 +0000 Subject: [PATCH] get_filtered_input no longer calls ip65_process during input git-svn-id: http://svn.code.sf.net/p/netboot65/code@234 93682198-c243-4bdb-bd91-e943c89aac3b --- client/drivers/c64inputs.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/drivers/c64inputs.s b/client/drivers/c64inputs.s index 53bffba..9c2ff06 100644 --- a/client/drivers/c64inputs.s +++ b/client/drivers/c64inputs.s @@ -80,7 +80,7 @@ get_filtered_input: ;Wait for a character. @input_get: - jsr get_key_ip65 + jsr get_key sta LASTCHAR cmp #$14 ;Delete