====== Quadra 800 in QEMU on M1 Mac ====== - You'll need the build dependencies for qemu, I used brew to install them list brew packages here? - Clone repo git clone -b q800.upstream https://www.gitlab.com/mcayland/qemu q800-upstream - cd q800-upstream - ./configure --target-list=m68k-softmmu --enable-cocoa - cd build - ./qemu-img create -f raw pram-macos.img 256b - ./qemu-system-m68k \ -M q800 \ -m 128 \ -bios q800.rom \ -display cocoa \ -drive file=pram-macos.img,format=raw,if=mtd