PrinterPortDevice.cc 159 B

1234567891011
  1. #include "PrinterPortDevice.hh"
  2. namespace openmsx {
  3. std::string_view PrinterPortDevice::getClass() const
  4. {
  5. return "Printer Port";
  6. }
  7. } // namespace openmsx