idolpx / meatloaf

A Commodore IEC Serial multi-device emulator
https://meatloaf.cc
GNU General Public License v3.0
126 stars 23 forks source link

Build pipeline #15

Closed kpishere closed 10 months ago

kpishere commented 11 months ago

Great project!

I'm imagining being able to open a telnet session with some server, using build tools that write my compiled PRG file to a target folder location, and then use LOAD"host:myprog.prg",X,1 to load and run. That would be awesome!

Maybe not even enter a terminal program? More like a DOS wedge that sends/receives to that telnet session that is kept open bey the ESP8266/ESP32? That would be cool.

The alternative is memory and CPU expander cartridges which just don't seem feasible anymore. Let the C64 have it's dignity and communicate via its multi-channel serial port on its own terms!

ssuukk commented 11 months ago

That's already possible.

idolpx commented 10 months ago

Yes... you can build your program on the pc then save to Meatloaf via WebDAV. Then on Meatloaf you just LOAD"FILE.PRG",X,1 and you are good.