Ejner
Registered: Oct 2012 Posts: 43 |
HELP with two inputs, please
Hey, this is really lame, but....
I need to make two "Input"s after each other, but the first one cancels the other one out...
jsr $ffcf
jsr $ffcf
rts
I tried making a pause-loop between the two inputs, so I'm sure I'm not touching any keys during the second input.
I also tried erasing the keyboard buffer in $c6.
What am I missing / doing wrong? |