mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Adds a default selection, for invalid models.
This commit is contained in:
parent
6a43fc5df0
commit
097bc7055e
@ -386,6 +386,7 @@ class ConcreteMachine:
|
||||
private:
|
||||
static TI::TMS::Personality tms_personality_for_model(Analyser::Static::Sega::Target::Model model) {
|
||||
switch(model) {
|
||||
default:
|
||||
case Target::Model::SG1000: return TI::TMS::TMS9918A;
|
||||
case Target::Model::MasterSystem: return TI::TMS::SMSVDP;
|
||||
case Target::Model::MasterSystem2: return TI::TMS::SMS2VDP;
|
||||
|
Loading…
Reference in New Issue
Block a user