idolpx / meatloaf-specialty

A Commodore IEC serial multi-device emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meatloaf (C64/C128/VIC20/+4)

This is the ESP32 version of Meatloaf intended for the FujiNet bring-up on the Commodore 64.

Quick Instructions

Visual studio code, and the platformio addon installed from the vscode store required.

clone this repo
Copy platformio.ini.sample to platformio.ini
Edit platformio.ini to match your device and default wifi settings
Press the PlatformIO Upload icon arrow at the bottom in the status bar.
This procedure will take some time to complete, and you should start seeing
some logging info of the project being built.
(See picture below)

platformio_upload

meatloaf should now be running on the device

Want to host your own files on a webserver?

All you need is some web space on a server with PHP enabled. Just drop the following script in a directory with all your files and name it 'index.php'

Meatloaf PHP Server Script

Once that is done just you can get a directory listing on your C64 with Meatloaf with a standard LOAD command.

LOAD"HTTP://YOURDOMAIN.COM/PATH",8

About

A Commodore IEC serial multi-device emulator

License:GNU General Public License v3.0


Languages

Language:C 73.1%Language:C++ 19.6%Language:HTML 3.8%Language:JavaScript 0.8%Language:CMake 0.8%Language:Python 0.5%Language:Shell 0.4%Language:CSS 0.4%Language:Makefile 0.3%Language:M4 0.3%Language:Inno Setup 0.0%Language:Batchfile 0.0%Language:Ruby 0.0%Language:BASIC 0.0%