mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-08-11 02:25:05 +00:00
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
This commit is contained in:
@@ -80,7 +80,7 @@ get_filtered_input:
|
|||||||
|
|
||||||
;Wait for a character.
|
;Wait for a character.
|
||||||
@input_get:
|
@input_get:
|
||||||
jsr get_key_ip65
|
jsr get_key
|
||||||
sta LASTCHAR
|
sta LASTCHAR
|
||||||
|
|
||||||
cmp #$14 ;Delete
|
cmp #$14 ;Delete
|
||||||
|
Reference in New Issue
Block a user