mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Fix formatting, add comment.
This commit is contained in:
parent
a3e104f8e2
commit
3ba2618547
@ -173,9 +173,10 @@ template <bool stereo> struct AY38910:
|
|||||||
public AY38910SampleSource<stereo>,
|
public AY38910SampleSource<stereo>,
|
||||||
public Outputs::Speaker::SampleSource<AY38910<stereo>, stereo, 4> {
|
public Outputs::Speaker::SampleSource<AY38910<stereo>, stereo, 4> {
|
||||||
|
|
||||||
|
// Use the same constructor as `AY38910SampleSource` (along with inheriting
|
||||||
|
// the rest of its interface).
|
||||||
using AY38910SampleSource<stereo>::AY38910SampleSource;
|
using AY38910SampleSource<stereo>::AY38910SampleSource;
|
||||||
|
};
|
||||||
};
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Provides helper code, to provide something closer to the interface exposed by many
|
Provides helper code, to provide something closer to the interface exposed by many
|
||||||
|
Loading…
x
Reference in New Issue
Block a user