Andy McFadden
Andy McFadden
This will not be addressed in CiderPress. I looked at it for https://github.com/fadden/CiderPress2, and it turns out that dragging files in from Windows Explorer is trivially easy to support. (I...
This will not be addressed in CiderPress. However, https://github.com/fadden/ciderpress2 has random-access text file support. It turns the text files into CSV. For the "SHIPS" file, set the length to 100:...
[ca65 docs](https://cc65.github.io/doc/ca65.html) say: >-g, --debug-info >When this option (or the equivalent control command .DEBUGINFO) is used, the assembler will add a section to the object file that contains all symbols...
I added a feature to the File menu, next to the assemble/export commands. It has been published in https://github.com/fadden/6502bench/releases/tag/v1.8.6-dev1 I don't have VICE set up so I haven't tried to...
I poked at VICE a little. It accepts the generated label files, but only keeps one copy of each symbol. So if you have multiple local labels called "@loop", it...
> As Nick said previously, this is already supported, via the hybrid (HDD/3.5") controller in slot-7. "MUST BOOT FROM SLOT 4, 5 OR 6" -- Apple Pascal 1.3, when booted...
`AppleWin.exe -l -s5 hdc -s5h1 Pascal800.po` stalls at startup. `AppleWin.exe -l -s7 hdc -s7h1 Pascal800.po` gives me the "must boot from slot 4, 5 or 6" message. This is with...
A few more notes... `-s6 empty` is "sticky". You must issue `-s6 diskii` to re-enable the drive, as there is currently no GUI option for this. Once this was done,...
For the OP use case, where the user is switching between apps, it could also make sense to just close all disk image files when the emulator is paused, and...
There are some separate but related things that fall into the "multi-file" bucket: 1. Automatic sharing of common symbols. For example, Stellar 7 has a graphics engine component and a...