diff options
Diffstat (limited to 'src/devices/sound/upd931.cpp')
-rw-r--r-- | src/devices/sound/upd931.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/sound/upd931.cpp b/src/devices/sound/upd931.cpp index c5c1e1c22b4..f2986ed68cd 100644 --- a/src/devices/sound/upd931.cpp +++ b/src/devices/sound/upd931.cpp @@ -2,15 +2,15 @@ // copyright-holders:Devin Acker /*************************************************************************** - NEC/Casio uPD931 synthesis chip + NEC/Casio uPD931 synthesis chip - Many details of this implementation are based on research and notes by Robin Whittle: - https://www.firstpr.com.au/rwi/casio/Casio-931-2006-06-17.txt - Any references to MT-65 behavior are based on this document. + Many details of this implementation are based on research and notes by Robin Whittle: + https://www.firstpr.com.au/rwi/casio/Casio-931-2006-06-17.txt + Any references to MT-65 behavior are based on this document. - TODO: - - implement vibrato register (CT-8000 doesn't use it) - - a few other unknown/unclear bits in the flags shift register + TODO: + - implement vibrato register (CT-8000 doesn't use it) + - a few other unknown/unclear bits in the flags shift register ***************************************************************************/ #include "emu.h" |