mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 19:17:52 +00:00
Introduces region support to the MSX.
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user