leuat / TRSE

Turbo Rascal Syntax Error full repo
GNU General Public License v3.0
239 stars 44 forks source link

oric atmos support #805

Open norayr opened 1 year ago

norayr commented 1 year ago

hello,

what are the steps to add support for other 6502 machines? would u add the machine in question or hint on how to get it added?

leuat commented 1 year ago

this is a great idea! I actually started adding oric atmos support some time ago, the system is in TRSE but I never managed to a) get an emulator working that accepts command-line parameters (I'm developing on macos) and b) I have no idea how the system works, nor now to actually load programs from the command line.

Prefereably, the emulator should support injecting programs to RAM directly, but if not, I'd need a description of a potential disk/file format that can be loaded - and how to do this automatically.

If you have any of these answers, that would be very helpful - as soon as we have the possibility of simply pressing ctrl+R to build a prg/disk/tape and auto-load it and I'm able to print something to the screen, the rest is a cakewalk (developing libraries and examples etc)

polluks commented 1 year ago

Did you try https://github.com/pete-gordon/oricutron? http://justsolve.archiveteam.org/wiki/TAP_(Oric)