diff --git a/src/emucore/ControllerDetector.cxx b/src/emucore/ControllerDetector.cxx index 644d4e23b..d8799c365 100644 --- a/src/emucore/ControllerDetector.cxx +++ b/src/emucore/ControllerDetector.cxx @@ -69,7 +69,7 @@ Controller::Type ControllerDetector::autodetectPort( if(isProbablyTrakBall(image, size)) type = Controller::Type::TrakBall; else if(isProbablyAtariMouse(image, size)) - type = Controller::Type::AmigaMouse; + type = Controller::Type::AtariMouse; else if(isProbablyAmigaMouse(image, size)) type = Controller::Type::AmigaMouse; else if(usesKeyboard(image, size, port))