openMSX
DummyCassetteDevice.cc
Go to the documentation of this file.
1 #include "DummyCassetteDevice.hh"
2 
3 namespace openmsx {
4 
5 void DummyCassetteDevice::setMotor(bool /*status*/, EmuTime::param /*time*/)
6 {
7  // do nothing
8 }
9 
11 {
12  return 32767; // TODO check value
13 }
14 
15 void DummyCassetteDevice::setSignal(bool /*output*/, EmuTime::param /*time*/)
16 {
17  // do nothing
18 }
19 
21 {
22  return "";
23 }
24 
26  EmuTime::param /*time*/)
27 {
28 }
29 
31 {
32 }
33 
34 } // namespace openmsx