From ade19bb172f82da3be1dda84e5c17ecc294cd5fe Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 19 Nov 2025 19:21:23 +0000 Subject: [PATCH] Deployed 5d33ab90 with MkDocs version: 1.6.1 --- feed_rss_created.xml | 2 +- feed_rss_updated.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feed_rss_created.xml b/feed_rss_created.xml index abaaa678..f8dc0cf8 100644 --- a/feed_rss_created.xml +++ b/feed_rss_created.xml @@ -1 +1 @@ - MiSTer FPGA DocumentationMiSTer FPGA is an open source project that aims to recreate various classic computers, game consoles, and arcade machines, using modern hardware.https://mister-devel.github.io/MkDocs_MiSTer/Kevin Colemanhttps://github.com/MiSTer-devel/MkDocs_MiSTer/en Wed, 19 Nov 2025 15:11:41 -0000 Wed, 19 Nov 2025 15:11:41 -0000 1440 MkDocs RSS plugin - v1.15.0 assets/mister_kun_bw.svg MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/ Useful Snippets <p>Here are some useful snippets of hdl as used throughout the MiSTer project with sources linked for reference.</p><h2>Simple Pixel Clock Divider Using Clock Enab...</h2>https://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ Thu, 21 Mar 2024 17:38:53 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ Savestates <p>In order to facilitate the dynamic saving and loading of savestates, MiSTer defines a special API specifically for fast restore and resume. Enabling the save...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/savestates/ Wed, 26 Apr 2023 18:34:36 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/savestates/ Other Cores <p>Here is a list of the console cores that are in the MiSTer Github Repository. <code>boot.rom</code> is synonymous with <code>boot0.rom</code>.</p><p>| Core Name | Systems | /games/...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/other/ Wed, 05 Apr 2023 16:25:20 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/other/ Compiling for MiSTer <p>MiSTer uses a combination of various compiled binaries in the finished product. There is a customized minimal Linux Kernel, a bootloader, a Main MiSTer binar...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ Tue, 06 Sep 2022 22:56:24 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ MegaCD <p>The MegaCD core is a MiSTer project original core developed by <a href="https://www.patreon.com/srg320/">srg320 (Sergey Dvodnenko)</a>{target=_blank} which aims to simu...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/megacd/ Mon, 08 Aug 2022 22:07:15 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/megacd/ Video Scaling <p>MiSTer has a built-in scaler which converts the low-resolution video directly from the cores to a higher resolution with the added capability of using filter...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/videoscaling/ Fri, 15 Jul 2022 22:45:06 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/videoscaling/ MRA Setnames <p>This is a list of the mra files and the setnames that are used for the mister.ini core exceptions.</p><p>| mra_filename ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/mrasetnames/ Mon, 27 Jun 2022 02:40:15 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/mrasetnames/ Video Modes <p>The <code>#!ini video_mode</code> INI setting supports several different methods of specifying the video mode.</p><h2>Automatic Detection</h2><p>If no <code>#!ini video_mode</code> setting ...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Sun, 12 Jun 2022 03:16:25 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Core Components Where Used <p>This is a list of many recreated components used in various MiSTer FPGA cores.</p><h2>AMI</h2><h3>POKEY Sound Chip</h3><ul><li>[Atari 5200 &amp; 800](https://github.com/MiSTer-d...</li></ul>https://mister-devel.github.io/MkDocs_MiSTer/developer/component/ Wed, 01 Jun 2022 18:23:09 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/component/ Debugging (USB Blaster) <p>While developing the core, it's convenient to upload it through USB blaster(JTAG) port directly from Quartus. MiSTer supports USB Blaster and automatically r...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ Wed, 01 Jun 2022 18:13:03 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ sys - arcade_video <p>Arcade video is used mostly in arcade cores. It has some useful helpers to optionaly turn on scandoubler (based on the ini settings), deals with rotation on ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/arcade_video/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/arcade_video/ overview of emu module <p>On MiSTer the top level is inside <a href="https://github.com/MiSTer-devel/Template_MiSTer/blob/master/sys/sys_top.v">sys/sys_top.v</a>{target=_blank}. When writing or ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/emu/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/emu/ sys - hps_io <p>HPS stands for Hard Processor System, or the ARM part of the MiSTer FPGA. The hps_io.sv file contains the hps_io module that talks to the MiSTer binary on th...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/hps_io/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/hps_io/ sys - video_freak <p>Video Freak is used to crop and scale the image.</p><p>Video Freak will take in the original VGA_DE_IN and output a new VGA_DE and VIDEO_ARX/VIDEO_ARY using the c...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/video_freak/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/video_freak/ sys - video_mixer <p>Video Mixer is used as a helper to provide a lot of the nice videos that the MiSTer framework supplies. This includes scandoubling, gamma, hq2x scaling, and ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/video_mixer/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/video_mixer/ Porting Cores <p>MiSTer uses quite complex hardware, but thanks to open source, developers with different levels of hardware/software knowledge can develop for this platform....</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/porting/ Wed, 01 Jun 2022 17:47:49 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/porting/ PSX <p>The Sony Playstation (PSX) MiSTer core is the most feature-filled and heavily developed core thus far. Multiple controller options, automatic bios region swa...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ Sun, 29 May 2022 05:42:23 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ Core Names <p>This is a list of the core repositories and the core internal names that are used for the mister.ini core exceptions.</p><p>| Repository URL ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/corenames/ Thu, 19 May 2022 13:25:25 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/corenames/ Core Default Resolutions <p>This is a chart that shows the default native resolution, frequencies, and pixel clock of each core upon startup. These values are not static and are only he...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/nativeres/ Wed, 04 May 2022 16:21:26 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/nativeres/ CRT Configuration Table <p>Here's a table that shows you what options correlate to what video connection, to make it a bit easier to decide what you need in order to connect to your CR...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/crttable/ Mon, 02 May 2022 15:22:23 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/crttable/ \ No newline at end of file + MiSTer FPGA DocumentationMiSTer FPGA is an open source project that aims to recreate various classic computers, game consoles, and arcade machines, using modern hardware.https://mister-devel.github.io/MkDocs_MiSTer/Kevin Colemanhttps://github.com/MiSTer-devel/MkDocs_MiSTer/en Wed, 19 Nov 2025 19:21:07 -0000 Wed, 19 Nov 2025 19:21:07 -0000 1440 MkDocs RSS plugin - v1.15.0 assets/mister_kun_bw.svg MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/ Useful Snippets <p>Here are some useful snippets of hdl as used throughout the MiSTer project with sources linked for reference.</p><h2>Simple Pixel Clock Divider Using Clock Enab...</h2>https://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ Thu, 21 Mar 2024 17:38:53 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ Savestates <p>In order to facilitate the dynamic saving and loading of savestates, MiSTer defines a special API specifically for fast restore and resume. Enabling the save...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/savestates/ Wed, 26 Apr 2023 18:34:36 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/savestates/ Other Cores <p>Here is a list of the console cores that are in the MiSTer Github Repository. <code>boot.rom</code> is synonymous with <code>boot0.rom</code>.</p><p>| Core Name | Systems | /games/...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/other/ Wed, 05 Apr 2023 16:25:20 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/other/ Compiling for MiSTer <p>MiSTer uses a combination of various compiled binaries in the finished product. There is a customized minimal Linux Kernel, a bootloader, a Main MiSTer binar...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ Tue, 06 Sep 2022 22:56:24 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ MegaCD <p>The MegaCD core is a MiSTer project original core developed by <a href="https://www.patreon.com/srg320/">srg320 (Sergey Dvodnenko)</a>{target=_blank} which aims to simu...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/megacd/ Mon, 08 Aug 2022 22:07:15 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/megacd/ Video Scaling <p>MiSTer has a built-in scaler which converts the low-resolution video directly from the cores to a higher resolution with the added capability of using filter...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/videoscaling/ Fri, 15 Jul 2022 22:45:06 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/videoscaling/ MRA Setnames <p>This is a list of the mra files and the setnames that are used for the mister.ini core exceptions.</p><p>| mra_filename ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/mrasetnames/ Mon, 27 Jun 2022 02:40:15 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/mrasetnames/ Video Modes <p>The <code>#!ini video_mode</code> INI setting supports several different methods of specifying the video mode.</p><h2>Automatic Detection</h2><p>If no <code>#!ini video_mode</code> setting ...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Sun, 12 Jun 2022 03:16:25 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Core Components Where Used <p>This is a list of many recreated components used in various MiSTer FPGA cores.</p><h2>AMI</h2><h3>POKEY Sound Chip</h3><ul><li>[Atari 5200 &amp; 800](https://github.com/MiSTer-d...</li></ul>https://mister-devel.github.io/MkDocs_MiSTer/developer/component/ Wed, 01 Jun 2022 18:23:09 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/component/ Debugging (USB Blaster) <p>While developing the core, it's convenient to upload it through USB blaster(JTAG) port directly from Quartus. MiSTer supports USB Blaster and automatically r...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ Wed, 01 Jun 2022 18:13:03 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ sys - arcade_video <p>Arcade video is used mostly in arcade cores. It has some useful helpers to optionaly turn on scandoubler (based on the ini settings), deals with rotation on ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/arcade_video/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/arcade_video/ overview of emu module <p>On MiSTer the top level is inside <a href="https://github.com/MiSTer-devel/Template_MiSTer/blob/master/sys/sys_top.v">sys/sys_top.v</a>{target=_blank}. When writing or ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/emu/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/emu/ sys - hps_io <p>HPS stands for Hard Processor System, or the ARM part of the MiSTer FPGA. The hps_io.sv file contains the hps_io module that talks to the MiSTer binary on th...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/hps_io/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/hps_io/ sys - video_freak <p>Video Freak is used to crop and scale the image.</p><p>Video Freak will take in the original VGA_DE_IN and output a new VGA_DE and VIDEO_ARX/VIDEO_ARY using the c...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/video_freak/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/video_freak/ sys - video_mixer <p>Video Mixer is used as a helper to provide a lot of the nice videos that the MiSTer framework supplies. This includes scandoubling, gamma, hq2x scaling, and ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/video_mixer/ Wed, 01 Jun 2022 18:09:46 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/video_mixer/ Porting Cores <p>MiSTer uses quite complex hardware, but thanks to open source, developers with different levels of hardware/software knowledge can develop for this platform....</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/porting/ Wed, 01 Jun 2022 17:47:49 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/porting/ PSX <p>The Sony Playstation (PSX) MiSTer core is the most feature-filled and heavily developed core thus far. Multiple controller options, automatic bios region swa...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ Sun, 29 May 2022 05:42:23 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ Core Names <p>This is a list of the core repositories and the core internal names that are used for the mister.ini core exceptions.</p><p>| Repository URL ...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/corenames/ Thu, 19 May 2022 13:25:25 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/corenames/ Core Default Resolutions <p>This is a chart that shows the default native resolution, frequencies, and pixel clock of each core upon startup. These values are not static and are only he...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/nativeres/ Wed, 04 May 2022 16:21:26 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/nativeres/ CRT Configuration Table <p>Here's a table that shows you what options correlate to what video connection, to make it a bit easier to decide what you need in order to connect to your CR...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/crttable/ Mon, 02 May 2022 15:22:23 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/crttable/ \ No newline at end of file diff --git a/feed_rss_updated.xml b/feed_rss_updated.xml index 43779ff5..5d1a8030 100644 --- a/feed_rss_updated.xml +++ b/feed_rss_updated.xml @@ -1 +1 @@ - MiSTer FPGA DocumentationMiSTer FPGA is an open source project that aims to recreate various classic computers, game consoles, and arcade machines, using modern hardware.https://mister-devel.github.io/MkDocs_MiSTer/Kevin Colemanhttps://github.com/MiSTer-devel/MkDocs_MiSTer/en Wed, 19 Nov 2025 15:11:41 -0000 Wed, 19 Nov 2025 15:11:41 -0000 1440 MkDocs RSS plugin - v1.15.0 assets/mister_kun_bw.svg MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/ PSX <p>The Sony Playstation (PSX) MiSTer core is the most feature-filled and heavily developed core thus far. Multiple controller options, automatic bios region swa...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ Wed, 19 Nov 2025 15:09:16 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ INI Settings <p>The <a href="https://github.com/MiSTer-devel/Main_MiSTer/blob/master/MiSTer.ini">MiSTer.ini configuration file</a>{target=_blank} contains global settings and is capabl...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/ini/ Wed, 19 Nov 2025 00:42:14 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/ini/ Debugging (USB Blaster) <p>While developing the core, it's convenient to upload it through USB blaster(JTAG) port directly from Quartus. MiSTer supports USB Blaster and automatically r...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ Sun, 02 Nov 2025 09:50:44 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ Advanced Networking <p>There are multiple advanced networking features that the MiSTer can utilize. Here we will go over quite a few of them.</p><h2>Network access</h2><p>MiSTer board can be...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/network/ Mon, 08 Sep 2025 05:52:51 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/network/ Transferring Games <p>To play games on the MiSTer you will need to transfer them to your MicroSD. There are other ways to load games, like over a NAS or using USB drive, but for n...</p>https://mister-devel.github.io/MkDocs_MiSTer/setup/games/ Sat, 23 Aug 2025 18:03:40 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/setup/games/ Computer Core Networking <p>There are many computer-core specific features and functionality to go over. Here are a few:</p><h1>Computer core Internet and console connections</h1><p>Starting from...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/computer/ Tue, 19 Aug 2025 21:10:11 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/computer/ Compiling for MiSTer <p>MiSTer uses a combination of various compiled binaries in the finished product. There is a customized minimal Linux Kernel, a bootloader, a Main MiSTer binar...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ Sat, 16 Aug 2025 14:45:49 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ Controllers <p>MiSTer has support for a wide variety of input devices. It also has options to configure these devices to fit your needs in addition to several quality of li...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/input/ Wed, 16 Apr 2025 08:07:09 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/input/ FAQ <p>Here are some Frequently Asked Questions that you may have. If there is anything missing here, feel free to contribute by editing the page on github using th...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/faq/ Mon, 07 Apr 2025 14:12:13 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/faq/ Hotkeys <p>Here's a reference of the hotkeys you can use with the MiSTer. Hotkeys are useful at saving time and there are some hotkeys which do things you can only do w...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/hotkey/ Sun, 16 Mar 2025 04:48:36 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/hotkey/ Troubleshooting <h2>The MiSTer FPGA's correct DIP switch configuration on the DE10-Nano</h2><p>If your keyboard doesn't work or something else low-level hardware related doesn't wo...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/troubleshooting/ Tue, 21 Jan 2025 22:35:51 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/troubleshooting/ Addon Boards <figure markdown> ![MiSTer FPGA Sandwich Punk Style Art by hewhoisred](img/misterpunk.png){ align=center width="400" } <figcaption>Artwork by Hewhoisred<...https://mister-devel.github.io/MkDocs_MiSTer/basics/addons/ Mon, 20 Jan 2025 02:45:10 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/addons/ Using Your CRT With MiSTer <p>There are a few different ways you can use your MiSTer with a classic CRT display. The two main methods are either using the VGA port on the Analog IO board ...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/crt/ Wed, 08 Jan 2025 17:09:03 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/crt/ Useful Links <p>Here's some useful links for experienced and new developers:</p><h2>MiSTer FPGA Tutorials</h2><p>[Alanswx's MiSTer Tutorials series](https://github.com/alanswx/Tutoria...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/links/ Sat, 28 Dec 2024 08:26:53 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/links/ Video Configuration <p>Here's a description of some basic video customization features on the MiSTer. You can change your resolution, modify the framebuffer to reduce input latency...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/video/ Thu, 17 Oct 2024 15:00:47 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/video/ Core Paths <p>The standard paths are of the form <code>/media/fat/games/&lt;CORE&gt;</code>, where <code>&lt;CORE&gt;</code> is the <a href="../developer/corenames.md">internal core name</a> of the given system. </p><p>Pl...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/paths/ Wed, 16 Oct 2024 02:00:09 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/paths/ MGL Files <p>MGL files are used as a custom method to load games directly from the MiSTer FPGA's Menu core.</p><p>They can be placed in the root of the SD card to show up in t...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/mgl/ Sun, 29 Sep 2024 04:26:44 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/mgl/ Console Cores <p>Here is a list of the console cores that are in the MiSTer Github Repository. <code>boot.rom</code> is synonymous with <code>boot0.rom</code>.</p><p>| Core Name ...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/console/ Tue, 06 Aug 2024 01:46:43 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/console/ Video Modes <p>The <code>#!ini video_mode</code> INI setting supports several different methods of specifying the video mode.</p><h2>Automatic Detection</h2><p>If no <code>#!ini video_mode</code> setting ...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Tue, 09 Jul 2024 14:29:35 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Useful Snippets <p>Here are some useful snippets of hdl as used throughout the MiSTer project with sources linked for reference.</p><h2>Simple Pixel Clock Divider Using Clock Enab...</h2>https://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ Thu, 21 Mar 2024 17:38:53 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ \ No newline at end of file + MiSTer FPGA DocumentationMiSTer FPGA is an open source project that aims to recreate various classic computers, game consoles, and arcade machines, using modern hardware.https://mister-devel.github.io/MkDocs_MiSTer/Kevin Colemanhttps://github.com/MiSTer-devel/MkDocs_MiSTer/en Wed, 19 Nov 2025 19:21:07 -0000 Wed, 19 Nov 2025 19:21:07 -0000 1440 MkDocs RSS plugin - v1.15.0 assets/mister_kun_bw.svg MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/ PSX <p>The Sony Playstation (PSX) MiSTer core is the most feature-filled and heavily developed core thus far. Multiple controller options, automatic bios region swa...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ Wed, 19 Nov 2025 15:09:16 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/highlights/psx/ INI Settings <p>The <a href="https://github.com/MiSTer-devel/Main_MiSTer/blob/master/MiSTer.ini">MiSTer.ini configuration file</a>{target=_blank} contains global settings and is capabl...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/ini/ Wed, 19 Nov 2025 00:42:14 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/ini/ Debugging (USB Blaster) <p>While developing the core, it's convenient to upload it through USB blaster(JTAG) port directly from Quartus. MiSTer supports USB Blaster and automatically r...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ Sun, 02 Nov 2025 09:50:44 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/debugging/ Advanced Networking <p>There are multiple advanced networking features that the MiSTer can utilize. Here we will go over quite a few of them.</p><h2>Network access</h2><p>MiSTer board can be...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/network/ Mon, 08 Sep 2025 05:52:51 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/network/ Transferring Games <p>To play games on the MiSTer you will need to transfer them to your MicroSD. There are other ways to load games, like over a NAS or using USB drive, but for n...</p>https://mister-devel.github.io/MkDocs_MiSTer/setup/games/ Sat, 23 Aug 2025 18:03:40 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/setup/games/ Computer Core Networking <p>There are many computer-core specific features and functionality to go over. Here are a few:</p><h1>Computer core Internet and console connections</h1><p>Starting from...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/computer/ Tue, 19 Aug 2025 21:10:11 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/computer/ Compiling for MiSTer <p>MiSTer uses a combination of various compiled binaries in the finished product. There is a customized minimal Linux Kernel, a bootloader, a Main MiSTer binar...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ Sat, 16 Aug 2025 14:45:49 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/mistercompile/ Controllers <p>MiSTer has support for a wide variety of input devices. It also has options to configure these devices to fit your needs in addition to several quality of li...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/input/ Wed, 16 Apr 2025 08:07:09 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/input/ FAQ <p>Here are some Frequently Asked Questions that you may have. If there is anything missing here, feel free to contribute by editing the page on github using th...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/faq/ Mon, 07 Apr 2025 14:12:13 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/faq/ Hotkeys <p>Here's a reference of the hotkeys you can use with the MiSTer. Hotkeys are useful at saving time and there are some hotkeys which do things you can only do w...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/hotkey/ Sun, 16 Mar 2025 04:48:36 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/hotkey/ Troubleshooting <h2>The MiSTer FPGA's correct DIP switch configuration on the DE10-Nano</h2><p>If your keyboard doesn't work or something else low-level hardware related doesn't wo...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/troubleshooting/ Tue, 21 Jan 2025 22:35:51 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/troubleshooting/ Addon Boards <figure markdown> ![MiSTer FPGA Sandwich Punk Style Art by hewhoisred](img/misterpunk.png){ align=center width="400" } <figcaption>Artwork by Hewhoisred<...https://mister-devel.github.io/MkDocs_MiSTer/basics/addons/ Mon, 20 Jan 2025 02:45:10 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/addons/ Using Your CRT With MiSTer <p>There are a few different ways you can use your MiSTer with a classic CRT display. The two main methods are either using the VGA port on the Analog IO board ...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/crt/ Wed, 08 Jan 2025 17:09:03 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/crt/ Useful Links <p>Here's some useful links for experienced and new developers:</p><h2>MiSTer FPGA Tutorials</h2><p>[Alanswx's MiSTer Tutorials series](https://github.com/alanswx/Tutoria...</p>https://mister-devel.github.io/MkDocs_MiSTer/developer/links/ Sat, 28 Dec 2024 08:26:53 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/links/ Video Configuration <p>Here's a description of some basic video customization features on the MiSTer. You can change your resolution, modify the framebuffer to reduce input latency...</p>https://mister-devel.github.io/MkDocs_MiSTer/basics/video/ Thu, 17 Oct 2024 15:00:47 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/basics/video/ Core Paths <p>The standard paths are of the form <code>/media/fat/games/&lt;CORE&gt;</code>, where <code>&lt;CORE&gt;</code> is the <a href="../developer/corenames.md">internal core name</a> of the given system. </p><p>Pl...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/paths/ Wed, 16 Oct 2024 02:00:09 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/paths/ MGL Files <p>MGL files are used as a custom method to load games directly from the MiSTer FPGA's Menu core.</p><p>They can be placed in the root of the SD card to show up in t...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/mgl/ Sun, 29 Sep 2024 04:26:44 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/mgl/ Console Cores <p>Here is a list of the console cores that are in the MiSTer Github Repository. <code>boot.rom</code> is synonymous with <code>boot0.rom</code>.</p><p>| Core Name ...</p>https://mister-devel.github.io/MkDocs_MiSTer/cores/console/ Tue, 06 Aug 2024 01:46:43 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/cores/console/ Video Modes <p>The <code>#!ini video_mode</code> INI setting supports several different methods of specifying the video mode.</p><h2>Automatic Detection</h2><p>If no <code>#!ini video_mode</code> setting ...</p>https://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Tue, 09 Jul 2024 14:29:35 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/advanced/videomodes/ Useful Snippets <p>Here are some useful snippets of hdl as used throughout the MiSTer project with sources linked for reference.</p><h2>Simple Pixel Clock Divider Using Clock Enab...</h2>https://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ Thu, 21 Mar 2024 17:38:53 +0000MiSTer FPGA Documentationhttps://mister-devel.github.io/MkDocs_MiSTer/developer/snippets/ \ No newline at end of file