spaghetti
spaghetti copied to clipboard
Building from source
Nice project !
Would be interesting to make more complicated chips emulation components (like 65C02 etc) ...
Had some troubles building from source - so leaving for others as reference
sudo apt-get install build-essential cmake qtbase5-dev qtdeclarative5-dev
cd /src && git clone --depth 1 --recurse-submodules https://github.com/aljen/spaghetti
cd /src/spaghetti && mkdir -p build && cd build && cmake .. && make
cd /src/spaghetti/build && mkdir -p packages && ./SpaghettiEditor
Forked, did some tricks and playing with 65C02 simulation (connected from x16 commander simulator with memory handler etc). Really fun toy :) In connection with ie this cycles of videos: https://www.youtube.com/watch?v=LnzuMJLZRdU would be nice educational tool ...