1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Resolves various ROM selection warnings.

This commit is contained in:
Thomas Harte
2021-06-03 22:46:47 -04:00
parent f05cdd5e34
commit d923fe72c0
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -182,6 +182,7 @@ class ConcreteMachine:
// TODO: CRCs below are incomplete, at best.
switch(target.region) {
default:
case Target::Region::Japan:
regional_bios_name = ROM::Name::MSXJapaneseBIOS;
vdp_->set_tv_standard(TI::TMS::TVStandard::NTSC);