Bobbi Webber-Manners
Bobbi Webber-Manners
Needs to check destination is one of: - An existing file (in which case error if the source is a wildcard?) - An existing dir (in which case copy/move files...
I think this was the one place I used CC65's `sscanf()` instead of my own I/O code. I will mend my ways!
Good to know it is busted on //c+ ... I guess I need to work out what is different on //c+ vs regular //c (or //e.)
First I want to get someone to test it on a real //c+ (in case Virtual ][ is the cause.) Should be able to find someone on A2Infinitum (the Slack.)
Confirmed that it doesn't work on a real //c+. Grrrrr.
Can repro in MAME: ``` mame -w apple2cp -debug -flop3 ~/Personal/Development/Applecorn/applecorn.po ```
If you start in `MODE 6` (40 col text) or `MODE 2` (HGR graphics) it is fine. To do this, immediately after pressing '1' for BBC BASIC, press and hold...
Interesting, and weird.
Apparently attempting to start in `MODE 6` or `MODE 2` doesn't work on the real //c+ though.
@StewBC Good to know, thanks! I don't have a physical //c and I don't entirely trust the emulators with these subtleties. I believe someone reported a good while back that...