Fix wrong link, Add modifier and contributor disclaimer in vgsound_emu core
This commit is contained in:
parent
443448c65b
commit
9c4dc2b978
14 changed files with 36 additions and 22 deletions
|
|
@ -3,6 +3,7 @@
|
|||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||
|
||||
Copyright holder(s): cam900
|
||||
Modifiers and Contributors for Furnace: Natt Akuma, tildearrow, Grauw
|
||||
Konami SCC emulation core
|
||||
|
||||
Konami SCC means "Sound Creative Chip", it's actually MSX MegaROM/RAM Mapper with 5 channel Wavetable sound generator.
|
||||
|
|
@ -373,12 +374,12 @@ void scc_core::reset()
|
|||
|
||||
m_test.reset();
|
||||
m_out = 0;
|
||||
memset(m_reg,0,sizeof(m_reg));
|
||||
memset(m_reg,0,sizeof(m_reg));
|
||||
}
|
||||
|
||||
void scc_core::voice_t::reset()
|
||||
{
|
||||
memset(wave,0,sizeof(wave));
|
||||
memset(wave,0,sizeof(wave));
|
||||
enable = false;
|
||||
pitch = 0;
|
||||
volume = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue