Search results

  1. F

    Apple II Emulator

    Oh, thanks for that tip! I didn't know that. I even had an OTG cable with me but didn't think to try it.
  2. F

    Apple II Emulator

    I described how it worked in an earlier post already, and it's not exactly what you say. Here's how it works if you have multiple programs inside a PND file: If you use the -i flag or append the icon, every single desktop item from the PND gets that icon. All icon info inside the PXML is...
  3. F

    Apple II Emulator

    OK, new update, new version number! So the catch-22 with icon files is that if you use an absolute path, you can't see the icon when the squashfs isn't mounted. If you use icon names, you can select from the available system icons, but there's no Apple icon there. So what I've done in the...
  4. F

    Apple II Emulator

    Thanks for the feedback so far. I noticed that my trick of using negative numbers has actually caused issues in some other programs. BUT! Using 257 instead works correctly everywhere! Yay! I'm guessing some C programmer put in an upper bound check but not a lower one :)   So if you want...
  5. F

    Apple II Emulator

    Hey, new poster here. I was trying to use the OpenPandora version of linapple and I found a few bugs: The config file claims setting the ASCII character for ABXYLR to 0 will disable any ASCII input from it. Unfortunately this is wrong. It actually sends an ASCII 0, aka NUL. This becomes 128 in...
Back
Top