diff --git a/Machines/MasterSystem/MasterSystem.cpp b/Machines/MasterSystem/MasterSystem.cpp index 120ff41f1..689d224c6 100644 --- a/Machines/MasterSystem/MasterSystem.cpp +++ b/Machines/MasterSystem/MasterSystem.cpp @@ -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; } }