mirror of https://github.com/stella-emu/stella.git
Updated Retron 77 (markdown)
parent
acbece0793
commit
28612720c0
|
@ -90,3 +90,11 @@ The UI is a simple menu that launches Stella as soon as a ROM image is selected.
|
||||||
## MCU firmware
|
## MCU firmware
|
||||||
|
|
||||||
The firmware running on the two WT51F104S MCUs is proprietary and has not been published. It is unclear whether the firmware could be read or refreshed from linux.
|
The firmware running on the two WT51F104S MCUs is proprietary and has not been published. It is unclear whether the firmware could be read or refreshed from linux.
|
||||||
|
|
||||||
|
# Quirks and known issues
|
||||||
|
|
||||||
|
## FAT32 partition type
|
||||||
|
|
||||||
|
The FAT32 partition is wrongly labelled as type 0x83 (linux ext2). As a consequence, MacOS will not mount it and instead offer to format ("initialize") the card. This can be fixed by manually changing the partition type 0x0c (FAT32) with frisk.
|
||||||
|
|
||||||
|
**WARNING** Make sure that you know what you are doing. Don't accidentally mess up your other drives.
|
Loading…
Reference in New Issue