Home
last modified time | relevance | path

Searched refs:PhonemeTable (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dastrocde_sndhrdw.c38 static const char *PhonemeTable[65] = variable
140 …log_cb(RETRO_LOG_DEBUG, LOGPRE "Data : %d Speech : %s at intonation %d\n",Phoneme, PhonemeTable[Ph… in READ_HANDLER()
148 if (strcmp(PhonemeTable[Phoneme], "PA0")==0) /* We know PA0 is never part of a word */ in READ_HANDLER()
154 strcpy(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
168 strcat(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
H A Dgorf.c38 static const char *PhonemeTable[65] = variable
147 …log_cb(RETRO_LOG_DEBUG, LOGPRE "Date : %d Speech : %s at intonation %d\n",Phoneme, PhonemeTable[Ph… in READ_HANDLER()
159 strcpy(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
173 strcat(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
H A Dgottlieb_sndhrdw.c104 static const char *PhonemeTable[65] = variable
124 …LOGPRE "Votrax: intonation %d, phoneme %02x %s\n",data >> 6,data & 0x3f,PhonemeTable[data & 0x3f]); in WRITE_HANDLER()
140 else strcat(buf,PhonemeTable[queue[i]]); in WRITE_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dastrocde_sndhrdw.c38 static const char *PhonemeTable[65] = variable
148 if (strcmp(PhonemeTable[Phoneme], "PA0")==0) /* We know PA0 is never part of a word */ in READ_HANDLER()
154 strcpy(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
168 strcat(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
H A Dgorf.c38 static const char *PhonemeTable[65] = variable
147 logerror("Date : %d Speech : %s at intonation %d\n",Phoneme, PhonemeTable[Phoneme],Intonation); in READ_HANDLER()
159 strcpy(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
173 strcat(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
H A Dgottlieb_sndhrdw.c104 static const char *PhonemeTable[65] = variable
124 logerror("Votrax: intonation %d, phoneme %02x %s\n",data >> 6,data & 0x3f,PhonemeTable[data & 0x3f]… in WRITE_HANDLER()
140 else strcat(buf,PhonemeTable[queue[i]]); in WRITE_HANDLER()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dastrocde.c38 static const char *PhonemeTable[65] = variable
150 if (strcmp(PhonemeTable[Phoneme], "PA0")==0) /* We know PA0 is never part of a word */ in READ_HANDLER()
156 strcpy(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
170 strcat(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
H A Dgorf.c38 static const char *PhonemeTable[65] = variable
161 strcpy(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
175 strcat(totalword,PhonemeTable[Phoneme]); /* Copy over the first phoneme */ in READ_HANDLER()
H A Dgottlieb.c106 static const char *PhonemeTable[65] =
142 else strcat(buf,PhonemeTable[queue[i]]); in WRITE_HANDLER()