1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Force BASIC 1.0 for the BD-500.

This commit is contained in:
Thomas Harte 2020-01-14 23:33:52 -05:00
parent 62c3720c97
commit 98f7662185

View File

@ -188,6 +188,7 @@ Analyser::Static::TargetList Analyser::Static::Oric::GetTargets(const Media &med
} else if(is_bd500(parser)) {
target->disk_interface = Target::DiskInterface::BD500;
target->media.disks.push_back(disk);
target->rom = Target::ROM::BASIC10;
}
}
}