mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Corrects regression in VDP type selection.
This commit is contained in:
parent
a6383247fc
commit
aa22af6f05
@ -385,7 +385,7 @@ class ConcreteMachine:
|
|||||||
switch(model) {
|
switch(model) {
|
||||||
case Target::Model::SG1000: return TI::TMS::TMS9918A;
|
case Target::Model::SG1000: return TI::TMS::TMS9918A;
|
||||||
case Target::Model::MasterSystem: return TI::TMS::SMSVDP;
|
case Target::Model::MasterSystem: return TI::TMS::SMSVDP;
|
||||||
case Target::Model::MasterSystem2: return TI::TMS::SMSVDP;
|
case Target::Model::MasterSystem2: return TI::TMS::SMS2VDP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user