// $Id: Y8950KeyboardDevice.cc 4868 2005-11-14 21:52:55Z m9710797 $ #include "Y8950KeyboardDevice.hh" namespace openmsx { const std::string &Y8950KeyboardDevice::getClass() const { static const std::string className("Y8950 Keyboard Port"); return className; } } // namespace openmsx