1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-04-25 12:01:51 +00:00

Updated GettingStarted (markdown)

retrofun
2021-05-18 13:38:43 +02:00
parent b3c0fb6024
commit 3005867511

@@ -28,7 +28,7 @@ You need to place three files in the root directory of your FAT-formatted SD car
Optionally, you can also include:
* firmware below 200516: `system.fnt`, [the Atari font file](https://github.com/mist-devel/mist-binaries/blob/master/cores/mist/system.fnt), if you want to use it for initial boot messages. Otherwise, it will use the same font as the on-screen display.
* firmware since 200516: `system.fnt` is the common font file for on-screen display and MiST core. It must contain 8x8 fonts, 768 bytes (ASCII chars 32-127) or 1024 bytes (ASCII chars 0-127) length file. [Fonts_MiSTer](https://github.com/MiSTer-devel/Fonts_MiSTer/blob/master/README.md) repo has a large collection of fonts.
* firmware since 200516: `system.fnt` is the common font file for on-screen display and MiST core initial boot messages. It must contain 8x8 fonts, 768 bytes (ASCII chars 32-127) or 1024 bytes (ASCII chars 0-127) length file. [Fonts_MiSTer](https://github.com/MiSTer-devel/Fonts_MiSTer/blob/master/README.md) repo has a large collection of fonts.
Make sure to name the files exactly as listed above: `core.rbf`, `tos.img`, `disk_a.st`, and optionally `system.fnt`.