updated credits

This commit is contained in:
ekeeke31 2009-03-16 18:56:59 +00:00
parent 9ff6c9cfd9
commit e15ff1c3bd

View File

@ -1,11 +1,11 @@
/* /*
** **
** File: fm.c -- software implementation of Yamaha FM sound generator ** software implementation of Yamaha YM2612 FM sound generator (taken from M.A.M.E fm.c)
** **
** Copyright (C) 2001, 2002, 2003 Jarek Burczynski (bujar at mame dot net) ** Copyright (C) 2001, 2002, 2003 Jarek Burczynski (bujar at mame dot net)
** Copyright (C) 1998 Tatsuyuki Satoh , MultiArcadeMachineEmulator development ** Copyright (C) 1998 Tatsuyuki Satoh , MultiArcadeMachineEmulator development
** **
** Version 1.4 (final beta) ** Version 1.4 (final beta)
** **
*/ */
@ -13,9 +13,9 @@
** History: ** History:
** **
** 2006~2008 Eke-Eke (Genesis Plus GX): ** 2006~2008 Eke-Eke (Genesis Plus GX):
** Credits to Nemesis (@spritesmind.net), most of those fixes came from his tests on a real Mega Drive ** Credits to Nemesis (@spritesmind.net), most of those fixes came from his tests on a Model 1 Sega Mega Drive
** **
** - removed multichip support (unused) ** - removed unused multichip support
** - added YM2612 Context external access functions ** - added YM2612 Context external access functions
** - added LFO phase update in CH3 special mode (Warlock birds, Alladin bug sound) ** - added LFO phase update in CH3 special mode (Warlock birds, Alladin bug sound)
** - fixed internal timers emulation ** - fixed internal timers emulation
@ -30,6 +30,8 @@
** - adjusted some EG rates ** - adjusted some EG rates
** - modified address/data port behavior ** - modified address/data port behavior
** **
** TODO: complete SSG-EG documentation
**
** **
** 03-08-2003 Jarek Burczynski: ** 03-08-2003 Jarek Burczynski:
@ -150,8 +152,8 @@
#define TL_RES_LEN (256) /* 8 bits addressing (real chip) */ #define TL_RES_LEN (256) /* 8 bits addressing (real chip) */
#define MAXOUT (+16383) #define MAXOUT (+32767)
#define MINOUT (-16384) #define MINOUT (-32768)
/* TL_TAB_LEN is calculated as: /* TL_TAB_LEN is calculated as: