Play Zork on PicoCalc/PicoMite

Thanks! Changing the line-ending to CR worked as expected.

Thanks for the pointers above too. I just need to figure out what codes the keyboard is actually sending (for enter, shift, alt). I was tempted to go looking in the code for the keyboard firmware, but then I realized I could probably try the BASIC that was mentioned in this thread:

I suspect the “Enter” key sends some kind of keycode as well, and may not be either \r or \n.

I suppose while I’m at it I can try out all the keys to make sure they aren’t doing weird stuff, and filter/translate as needed. The only one that is specifically handled (and is presumably correct) is the “Ctrl” key, which is also handled separately in the regular PicoMite code.