1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Introduces region support to the MSX.

This commit is contained in:
Thomas Harte
2019-02-28 20:54:43 -05:00
parent 0536697d8f
commit 816ad0a94c
7 changed files with 144 additions and 28 deletions
+10 -2
View File
@@ -1,8 +1,16 @@
ROMs for the MSX go here; the copyright status of these is uncertain so they have not been included in this repository.
Expected files:
Minimum expected files:
msx.rom
disk.rom
These names match those offered for download at http://fms.komkon.org/fMSX/ (albeit in lowercase), and the emulator has been tested against those images.
These names match those offered for download at http://fms.komkon.org/fMSX/ (albeit in lowercase), and the emulator has been tested against those images.
You may also provide one or more of:
msx-japanese.rom
msx-european.com
msx-american.rom
If one of these files exists, it will be used as the BIOS for machines of that region. If the file does not exist, the emulator will load msx.rom and alter its region identification bytes appropriately.