You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like MiST, the MiSTle project aims to make FPGA based retro computing simple and affordable. Unlike MiST, MiSTle tries to be hardware-agnostic. MiST came with one dedicated hardware, and most clones were just rebrandings of the very same hardware. MiSTle instead aims to be a framework allowing to choose between different FPGA's and MCU's to build from.
A typical MiSTle setup
A MiSTle setup usually consists of an FPGA and an MCU. The FPGA runs the retro
core itself based a hardware description of the retro machine. Various
cores have been implemented for the MiSTle like e.g.:
The MCU runs the FPGA-Companion
firmware and provides
support functions for the overall system control through the
on-screen-display and assists with modern peripherals like the SD card
or USB peripherals.