Greetings,
I'm working on implementing conio cgets in cc65 https://github.com/cc65/cc65/pull/2705. The code reviewer has asked that I confirm functionality in at least Apple ][, Atari 800, and C64.
Looking at all the options for cc65 to compile Apple ][ programs https://cc65.github.io/doc/apple2.html, I'm not sure which to use. Can I get some advice on what the best options are?
Also, if I have an executable, would it be okay to post or link to it here to ask users to test?
Alternatively, I could post same sample C source code, but it would need cc65 to compile and assemble.
I tried using an emulator, but it needs a ROM file. I got one from a *.za site, seems trustworthy, but the emulator won't accept it. Even then, I'm not sure which executable format is accepted.
Kind regards,
Russell