mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
Add correct CD2802 chirp rom from decap [Sean Riddle]
This commit is contained in:
parent
f146f39e13
commit
f2b2252190
@ -307,14 +307,13 @@ struct tms5100_coeffs
|
|||||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
|
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
|
||||||
0x00, 0x00, 0x00, 0x00 },
|
0x00, 0x00, 0x00, 0x00 },
|
||||||
|
|
||||||
//TODO: Fix me! below is INACCURATE, no decap of 2802 yet!
|
|
||||||
#define TI_2802_CHIRP \
|
#define TI_2802_CHIRP \
|
||||||
/* Chirp table */\
|
/* Chirp table */\
|
||||||
{ 0x00, 0xa3, 0xbe, 0xee, 0x38, 0x78, 0x7f, 0x3e,\
|
{ 0x00, 0xa5, 0xbd, 0xee, 0x34, 0x73, 0x7e, 0x3d,\
|
||||||
0xe2, 0xe0, 0x26, 0x19, 0xce, 0x06, 0x1e, 0xd0,\
|
0xe8, 0xea, 0x34, 0x24, 0xd1, 0x01, 0x13, 0xc3,\
|
||||||
0x12, 0xcd, 0xea, 0xde, 0xda, 0x02, 0xff, 0x06,\
|
0x0c, 0xd2, 0xe7, 0xdd, 0xd9, 0x00, 0x00, 0x00,\
|
||||||
0xfe, 0x00, 0xfe, 0xfb, 0xfd, 0xfd, 0x00, 0x00,\
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00,\
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
|
||||||
0x00, 0x00, 0x00, 0x00 },
|
0x00, 0x00, 0x00, 0x00 },
|
||||||
|
|
||||||
@ -451,6 +450,7 @@ static const struct tms5100_coeffs M58817_coeff =
|
|||||||
Used in Touch and Tell only (and Vocaid?), this chip has a unique pitch, LPC and chirp table.
|
Used in Touch and Tell only (and Vocaid?), this chip has a unique pitch, LPC and chirp table.
|
||||||
Has the 'alternate' interpolation behavior.
|
Has the 'alternate' interpolation behavior.
|
||||||
Digitally dumped via PROMOUT by PlgDavid in 2014
|
Digitally dumped via PROMOUT by PlgDavid in 2014
|
||||||
|
Decapped by Sean Riddle in 2015
|
||||||
*/
|
*/
|
||||||
static const struct tms5100_coeffs T0280F_2802_coeff =
|
static const struct tms5100_coeffs T0280F_2802_coeff =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user