1#ifndef Y8950KEYBOARDDEVICE_HH
2#define Y8950KEYBOARDDEVICE_HH
19 virtual void write(
byte data, EmuTime::param time) = 0;
28 [[nodiscard]]
virtual byte read(EmuTime::param time) = 0;
31 [[nodiscard]] std::string_view
getClass() const final;
virtual void write(byte data, EmuTime::param time)=0
Send data to the device.
virtual byte read(EmuTime::param time)=0
Read data from the device.
std::string_view getClass() const final
A pluggable belongs to a certain class.
This file implemented 3 utility functions: