MiSTer

From Wikipedia the free encyclopedia

MiSTer (also known as MiSTer FPGA) is an open-source project that aims to recreate various classic computers, game consoles and arcade machines, using modern FPGA-based hardware.[1] It allows software and video game images to run as they would on original hardware, using peripherals such as mice, keyboards, joysticks and other game controllers.[2]

History[edit]

The MiSTer project was created by Alexey “Sorgelig” Melnikov, and was introduced on GitHub in June 2017. MiSTer originated as a port of the MiST project, a similar project that started as an FPGA recreation of the Amiga and Atari ST computers.[3] When Sorgelig was developing and porting cores for MiST, he often struggled to get a picture on any of his monitors or televisions. The hardware used for MiST only featured analog video output, while all his monitors and TVs used HDMI. This led him to think about ways to get HDMI directly from an FPGA board, which eventually led to the MiSTer project.[4]

Unlike MiST, which used a custom-built FPGA board from Lotharek, Sorgelig decided his open-source project should be based on a mass-produced board – one that anyone could pick up with ease. He figured it would not only make development more straightforward but cheaper, and he eventually settled on Terasic's DE10-Nano which is built around the Intel SoC FPGA.[4]

MiSTer was initially named after the MiST project, whose name stands for "AMiga/ST".[5] MiSTer's name originally stood for "MiST on Terasic board".[6] However, MiSTer is currently only a simple name without anything underneath.[7] The project is licensed under version 3 of the GNU General Public Licence.[8]

Hardware[edit]

The MiSTer project revolves around a general-purpose printed circuit board by Terasic called the DE10-Nano, which incorporates a field-programmable gate array (FPGA).[9] Contributors of the project developed various "cores" designed to run on the DE10-Nano,[10] written in a hardware description language. Each core is designed to configure the FPGA into a specific computer, (handheld) game console, or arcade system board. Unlike a software-based emulator MiSTer's cores replicate systems through hardware emulation. This approach essentially matches the original hardware gate for gate[citation needed].

While the MiSTer platform can be used with just the basic DE10-Nano board, its features can be greatly expanded with the use of additional hardware expansions.[11] Available add-on boards include:

  • SDRAM add-on board: the 128MB SDRAM add-on board for MiSTer is required for the operation of several of the cores.[12] A cheaper 32MB or 64MB SDRAM board can be used alternatively, however, there are some games on Neo Geo, Game Boy Advance, and a few other cores which might not be compatible with the smaller sized module.[13][14]
  • USB hub add-on board: this board provides an OTG USB hub for the MiSTer which has one power-only USB port in the back and 6 USB 2.0 ports on the other 3 sides.[13]
  • Analog I/O add-on board: this board provides a VGA port for analog video output, which enables you to easily connect your MiSTer to a CRT TV or monitor. Analog video and HDMI video output can be used simultaneously with this board. This board also provides a 3.5mm analog audio port, that is also a Mini-TOSLINK optical digital audio port at the same time. The board also includes a cooling fan, and a 'user I/O' port that can be used for direct serial communication with various peripherals and adapters.[13]
  • Digital I/O add-on board: this board offers the same features as the Analog I/O board, but without the analog video output. This board also includes a full-size TOSLINK optical digital audio port, alongside the Mini-TOSLINK port.[13]
  • Real-time clock add-on board: this board adds real-time clock (RTC) functionality to your MiSTer. Various MiSTer cores can use this feature.[13]

Supported systems[edit]

Dozens of game consoles, arcade systems, and microcomputers have supported cores. This includes many of the popular 8-bit and 16-bit systems.[15][16][17]

References[edit]

  1. ^ Grant, Christopher (30 August 2021). "MiSTer 101: A classic gaming device to rule them all". Polygon. Retrieved 29 May 2022.
  2. ^ "MiSTer wiki". github.com/MiSTer-devel/Main_MiSTer/wiki. Retrieved 2022-04-09.
  3. ^ Fahey, Mike (2 September 2021). "And Now, The Ultimate Retro Gaming Device". Kotaku. Retrieved 29 May 2022.
  4. ^ a b "The FPGA retro revolution". Wireframe magazine. Retrieved 2022-04-18.
  5. ^ "MIST - a FPGA based aMIga and ST". 2015-10-27. Archived from the original on 27 October 2015. Retrieved 2022-04-09.
  6. ^ McFerran, Damien (11 February 2021). "Hardware: MiSTer FPGA Review - A Tantalising Glimpse Into The Future Of Retro Gaming". Nintendo Life. Retrieved 29 May 2022.
  7. ^ "What does MiSTer stand for? Is it an acronym? - MiSTer FPGA Forum". www.misterfpga.org. Retrieved 2022-04-09.
  8. ^ "MiSTer license". github.com/MiSTer-devel/Main_MiSTer/blob/master/LICENSE. Retrieved 2022-04-09.
  9. ^ Byford, Sam (11 March 2021). "Building the ultimate retro computer". The Verge. Retrieved 29 May 2022.
  10. ^ Thornton, Sarah (November 1, 2019). "Retro computing with FPGAs and MiSTer | Opensource.com". opensource.com. Retrieved 30 May 2022.
  11. ^ Brookes, Tim. "Why FPGAs Are Amazing for Retro Gaming Emulation". How-To Geek. Retrieved 29 May 2022.
  12. ^ "MiSTer FPGA: The Future of Retro Game Emulation and Preservation?". RetroGaming with Racketboy. 20 February 2019. Retrieved 30 May 2022.
  13. ^ a b c d e "MiSTer FPGA Documentation - Addon Boards".
  14. ^ "MiSTer FPGA - Tinker, Tailor, Solder, Sprite". somethingawful.com. Retrieved 30 May 2022.
  15. ^ "Console Cores - MiSTer FPGA Documentation".
  16. ^ "Computer Cores - MiSTer FPGA Documentation".
  17. ^ "Arcade Cores - MiSTer FPGA Documentation".

External links[edit]