diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/machine/sis7018_audio.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/sis7018_audio.cpp b/src/devices/machine/sis7018_audio.cpp index ac87ab46ac2..8bb6eab06ed 100644 --- a/src/devices/machine/sis7018_audio.cpp +++ b/src/devices/machine/sis7018_audio.cpp @@ -2,11 +2,11 @@ // copyright-holders: Angelo Salese /************************************************************************************************** - SiS 7018 Audio device (AC97 complaint) +SiS 7018 Audio device (AC97 complaint) - TODO: - - Stub interface, to be improved; - - Should be easy to at least inherit SB16/MIDI/game port devices; +TODO: +- Stub interface, to be improved; +- Reportedly based off Trident 4DWave technology; **************************************************************************************************/ |