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