mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
Merge remote-tracking branch 'upstream/master' into es5506_alt
This commit is contained in:
commit
53d9ffd804
14 changed files with 31 additions and 15 deletions
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900
|
||||||
Konami K005289 emulation core
|
Konami K005289 emulation core
|
||||||
|
|
||||||
This chip is used at infamous Konami Bubble System, for part of Wavetable sound generator.
|
This chip is used at infamous Konami Bubble System, for part of Wavetable sound generator.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900
|
||||||
Konami K005289 emulation core
|
Konami K005289 emulation core
|
||||||
|
|
||||||
See k005289.cpp for more info.
|
See k005289.cpp for more info.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900, tildearrow
|
||||||
Namco 163 Sound emulation core
|
Namco 163 Sound emulation core
|
||||||
|
|
||||||
This chip is one of NES mapper with sound expansion, This one is by Namco.
|
This chip is one of NES mapper with sound expansion, This one is by Namco.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900, tildearrow
|
||||||
Namco 163 Sound emulation core
|
Namco 163 Sound emulation core
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -63,7 +64,7 @@ private:
|
||||||
addr_latch_t()
|
addr_latch_t()
|
||||||
: addr(0)
|
: addr(0)
|
||||||
, incr(0)
|
, incr(0)
|
||||||
{ };
|
{ }
|
||||||
|
|
||||||
void reset()
|
void reset()
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: tildearrow
|
||||||
OKI MSM6295 emulation core
|
OKI MSM6295 emulation core
|
||||||
|
|
||||||
It is 4 channel ADPCM playback chip from OKI semiconductor.
|
It is 4 channel ADPCM playback chip from OKI semiconductor.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: tildearrow
|
||||||
OKI MSM6295 emulation core
|
OKI MSM6295 emulation core
|
||||||
|
|
||||||
See msm6295.cpp for more info.
|
See msm6295.cpp for more info.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: tildearrow
|
||||||
Various core utilities for vgsound_emu
|
Various core utilities for vgsound_emu
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: tildearrow
|
||||||
Dialogic ADPCM core
|
Dialogic ADPCM core
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Contributor(s): Natt Akuma, James Alan Nguyen, Laurens Holst
|
||||||
|
Modifiers and Contributors for Furnace: Natt Akuma, tildearrow, Grauw
|
||||||
Konami SCC emulation core
|
Konami SCC emulation core
|
||||||
|
|
||||||
Konami SCC means "Sound Creative Chip", it's actually MSX MegaROM/RAM Mapper with 5 channel Wavetable sound generator.
|
Konami SCC means "Sound Creative Chip", it's actually MSX MegaROM/RAM Mapper with 5 channel Wavetable sound generator.
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Contributor(s): Natt Akuma, James Alan Nguyen, Laurens Holst
|
||||||
|
Modifiers and Contributors for Furnace: Natt Akuma, tildearrow, Grauw
|
||||||
Konami SCC emulation core
|
Konami SCC emulation core
|
||||||
|
|
||||||
See scc.cpp for more info.
|
See scc.cpp for more info.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900, tildearrow
|
||||||
Konami VRC VI sound emulation core
|
Konami VRC VI sound emulation core
|
||||||
|
|
||||||
It's one of NES mapper with built-in sound chip, and also one of 2 Konami VRCs with this feature. (rest one has OPLL derivatives.)
|
It's one of NES mapper with built-in sound chip, and also one of 2 Konami VRCs with this feature. (rest one has OPLL derivatives.)
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900, tildearrow
|
||||||
Konami VRC VI sound emulation core
|
Konami VRC VI sound emulation core
|
||||||
|
|
||||||
See vrcvi.cpp to more infos.
|
See vrcvi.cpp to more infos.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900, tildearrow
|
||||||
Seta/Allumer X1-010 Emulation core
|
Seta/Allumer X1-010 Emulation core
|
||||||
|
|
||||||
the chip has 16 voices, all voices can be switchable to Wavetable or PCM sample playback mode.
|
the chip has 16 voices, all voices can be switchable to Wavetable or PCM sample playback mode.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details
|
||||||
|
|
||||||
Copyright holder(s): cam900
|
Copyright holder(s): cam900
|
||||||
|
Modifiers and Contributors for Furnace: cam900, tildearrow
|
||||||
Seta/Allumer X1-010 Emulation core
|
Seta/Allumer X1-010 Emulation core
|
||||||
|
|
||||||
See x1_010.cpp for more info.
|
See x1_010.cpp for more info.
|
||||||
|
|
Loading…
Reference in a new issue