Posted By
Frenetic on 2020-03-16 06:15:03
| Re: Sidekick264 - software defined cartridge
A ram drive was the first use case I had in mind. There is enthusi's NeoRAM-Drive with source, but I think I won't be able to port it to a C16/+4 myself. (there's also a C128 port, so it seems doable)
Having the Sidekick264 ram expansion in Yape would be the highest accolade of course Implementing this feature should be quite simple. I don't know Yape's architecture, but looking at Vice's GeoRAM emulation this is not complicated. In fact you can directly look up all that's needed to be done in the Sidekick source (file: kernel_ramlaunch264.cpp, line 239-264).
If there are better ways of providing the RAM expansion, I'm open to ideas. It's all software defined after all
|