pce-devel / mednafenPceDev

Managed Mednafen Git repo with relevant fixes in support of the PCE (Developer) Community.
26 stars 5 forks source link

Feature: Make PCFX External memory (FX-BMP) configurable size #139

Closed dshadoff closed 6 months ago

dshadoff commented 10 months ago

FX-BMP has a variety of possible sizes, according to the technical documents. Although 128KB was the only size marketed, the PC-FX BIOS supports 128KB, 256KB, 512KB, 1MB and 2MB sizes; all sizes below 1MB use a FAT12 filesystem, whereas 1MB and 2MB use a FAT16 filesystem.

As it may be useful/interesting to study these various sizes, this should be made to be configurable.

dshadoff commented 6 months ago

Fixed in pull request #139