mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-22 11:29:20 +00:00
For an MSX 2, the extension ROM is obligatory.
This commit is contained in:
parent
9f450b3ccb
commit
50b5122969
@ -180,7 +180,7 @@ class ConcreteMachine:
|
||||
|
||||
ROM::Request bios_request = ROM::Request(bios_name);
|
||||
if constexpr (model == Target::Model::MSX2) {
|
||||
bios_request = bios_request || ROM::Request(ROM::Name::MSX2Extension);
|
||||
bios_request = bios_request && ROM::Request(ROM::Name::MSX2Extension);
|
||||
}
|
||||
|
||||
bool is_ntsc = true;
|
||||
|
@ -4,6 +4,7 @@ Minimum expected files:
|
||||
|
||||
msx.rom
|
||||
msx2.rom
|
||||
msx2ext.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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user