◆ init()
| bool Audio::YM2149Atari::init |
( |
| ) |
|
|
overridevirtual |
Initializes the YM2149 emulator.
- Returns
- true on success, false on failure
Implements YM2149::YM2149.
◆ reset()
| void Audio::YM2149Atari::reset |
( |
| ) |
|
|
overridevirtual |
◆ writeReg()
| void Audio::YM2149Atari::writeReg |
( |
int |
r, |
|
|
uint8 |
v |
|
) |
| |
|
overridevirtual |
Function to directly write to a specific YM2149 register.
- Parameters
-
| r | hardware register number to write to |
| v | value, which will be written |
Implements YM2149::YM2149.
The documentation for this class was generated from the following file: