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