Hans Jorgensen
Hans Jorgensen
> For the "DOS-free ROM-ignoring" target, I think the linker can be coaxed to output a full .DSK image with bootloader. It could load as much RAM as needed, and...
> I've even thrown together a [CC65 prototype using 0boot](https://github.com/sehugg/0boot-cc65) that seems to work, barring some language card issues. The bootloader destroys zero page, which is fine if avoiding ROM...
> @TheHans255 Any news on this? Even if partial, it would be good to upstream some Apple // support :-) Thanks for asking! I think we could get some stuff...
Update: Unfortunately, I don't think I'll have the time to complete my work on this anytime soon and upstream Apple II compatibility to this SDK. Life has gotten busier for...
What symbols are we going to need to generate a working recomp? I'm interested in applying this to Smash 64 or Smash Remix - I don't know of any decomp...
Could a low-level emulator also be used to generate the proper symbols? It appears that the primary purpose of the ELF file is to determine which sections of the ROM...
> > Could a low-level emulator also be used to generate the proper symbols? > > This seems like a good idea to me. Would it require you to play...