per-channel oscilloscope, part 10
OPZ
This commit is contained in:
parent
de09073232
commit
430d0329bd
3 changed files with 19 additions and 0 deletions
|
|
@ -320,6 +320,9 @@ public:
|
|||
// generate one sample of sound
|
||||
void generate(output_data *output, uint32_t numsamples = 1);
|
||||
|
||||
// get the engine
|
||||
fm_engine* debug_engine() { return &m_fm; }
|
||||
|
||||
protected:
|
||||
// internal state
|
||||
uint8_t m_address; // address register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue