openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
cassette
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
10
short
DummyCassetteDevice::readSample
(
EmuTime::param
/*time*/
)
11
{
12
return
32767;
// TODO check value
13
}
14
15
void
DummyCassetteDevice::setSignal
(
bool
/*output*/
,
EmuTime::param
/*time*/
)
16
{
17
// do nothing
18
}
19
20
string_ref
DummyCassetteDevice::getDescription
()
const
21
{
22
return
""
;
23
}
24
25
void
DummyCassetteDevice::plugHelper
(
Connector
&
/*connector*/
,
26
EmuTime::param
/*time*/
)
27
{
28
}
29
30
void
DummyCassetteDevice::unplugHelper
(
EmuTime::param
/*time*/
)
31
{
32
}
33
34
}
// namespace openmsx
Generated on Sat May 25 2013 21:18:54 for openMSX by
1.8.1.2