// $Id: JoystickDevice.cc 4829 2005-11-10 18:44:06Z m9710797 $ #include "JoystickDevice.hh" using std::string; namespace openmsx { const string& JoystickDevice::getClass() const { static const string className("Joystick Port"); return className; } } // namespace openmsx