openMSX
sound
DACSound8U.hh
Go to the documentation of this file.
1
// This class implements a 8 bit unsigned DAC
2
3
#ifndef DACSOUND8U_HH
4
#define DACSOUND8U_HH
5
6
#include "
DACSound16S.hh
"
7
8
namespace
openmsx
{
9
10
class
DACSound8U
final :
public
DACSound16S
11
{
12
public
:
13
DACSound8U
(std::string_view name,
static_string_view
desc,
14
const
DeviceConfig
& config);
15
16
void
writeDAC
(uint8_t value, EmuTime::param time);
17
};
18
19
}
// namespace openmsx
20
21
#endif
DACSound16S.hh
openmsx::DACSound16S
Definition
DACSound16S.hh:13
openmsx::DACSound8U
Definition
DACSound8U.hh:11
openmsx::DACSound8U::writeDAC
void writeDAC(uint8_t value, EmuTime::param time)
Definition
DACSound8U.cc:17
openmsx::DeviceConfig
Definition
DeviceConfig.hh:21
static_string_view
static_string_view
Definition
static_string_view.hh:28
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
Generated on Thu Dec 19 2024 23:13:46 for openMSX by
1.9.8