simoninns / TMS6100-Emulator

TMS6100 speech PHROM (PHrase Read Only Memory) hardware emulator for use with the TMS5220 Voice Synthesis Processor in an Acorn BBC Microcomputer
GNU General Public License v3.0
8 stars 5 forks source link

Issues when accessing invalid sound bank #7

Open simoninns opened 6 years ago

simoninns commented 6 years ago

On the BBC micro issuing the following commands:

SOUND -1,160,0,0 SOUND -2,160,0,0 SOUND -1,160,0,0

Should produce "Acorn", silence, "Acorn". Instead the final sound command isn't successful (and the computer refuses to speak again until the machine has be reset).

simoninns commented 6 years ago

This was fixed a while ago... I forgot to close the issue.

kgl2001 commented 5 years ago

I'm still seeing this problem, with both the 2.3 release, and with a self compiled version from the latest master. Is there something else I need to do to resolve this problem?

simoninns commented 5 years ago

I'll have to double-check the implementation and see if this can be reproduced.