-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading single vsm file, word list label is not accurate #1
Comments
Yes, unfortunately the French single rom you mentioned looks like it has a different organisation to the UK/USA dual roms. As I do not know its organisation, the alphabet, numbers, beeps and other pieces of speech are incorrectly shown and sounded. If the addresses of where the lpc strings exist in the Roms is not known, one way to find them is to use the 'addr' editbox, pick an address and then slowly inch forward(or backward) making note of address that sound correctly. Tedious, and bear in mind that an address that sounds correctly may have some garbage bytes at it head that were not decoded correctly and are mute, so address could be actually wrong, but still sound OK. I've added some additional controls and features to allow more ways to explore addresses. Looks like the actual spelling words in French rom (after the tones) sound OK though, there are less spelling words as rom storage is only 16KB instead of 32KB. The Chrysler rom layout is also different as well, have added a TMS5110 button, but I still don't think its the right sound pitch from what I've heard on youtube. The addresses I coded were obtained from: http://furrtek.free.fr/index.php?a=speakandspell&ss=6&i=2 Look like this person reverse engineered the processor code (from a UK/USA unit) to work out voice rom organisation, this is a great effort. |
Thanks for thanking your time to elaborate on this
|
Hello, Have added some buttons to save/load to a text file in the same label colon format. |
The Speak & Spell french version has only one vsm file : cd2352.vsm
I can load the file but the left window display is messed up and use the previous word list from the pair used in the rom files tmc0351n2l.vsm and rom1 file: tmc0352n2l.vsm
same problem with the Chrysler Electronic Voice Alert file cm63002.vsm
How to read just one .vsm file ?
Thanks for this amazing code!
The text was updated successfully, but these errors were encountered: