openMSX
PrinterPortDevice.cc
Go to the documentation of this file.
2
3namespace openmsx {
4
5std::string_view PrinterPortDevice::getClass() const
6{
7 return "Printer Port";
8}
9
10} // namespace openmsx
std::string_view getClass() const final
A pluggable belongs to a certain class.
This file implemented 3 utility functions:
Definition Autofire.cc:11