- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
02087 | Sound | Minor | Always | Aug 5, 2008, 02:35 | Apr 22, 2011, 18:36 |
Tester | takearushfan | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | Robbbert | Resolution | Fixed | OS | Windows XP/Vista 32-bit |
Status [?] | Resolved | Driver | |||
Version | 0.126u3 | Fixed in Version | 0.142u2 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 02087: qbert, qbertqub and clones: "Hello. I'm turned on." ... missing, again. | ||||
Description | When you start the game, the speech "Hello. I'm turned on." is missing again. | ||||
Steps To Reproduce | Start the game in MAME and wait for the speech that's supposed to play... it won't. | ||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.126u3 | ||||
Affected Sets / Systems | qbert, qbertqub and clones | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.01935
takearushfan Tester
Aug 5, 2008, 02:45
|
I just played the game through and the "Bye, bye!" after entering your initials is missing too. |
---|---|
No.01936
Tafoid Administrator
Aug 5, 2008, 03:12
|
It appears there is some work being done on the votrax in these U releases. If you run the command line, you can see certain phrases being printed: clock = A0 Votrax played '[0] HEH3LOOW AH1EH3I3YMTERI2NDAHN' . . clock = FF Votrax played '[0]BAH1I3Y1' clock = CD Votrax played '[0]BAH1EH1Y' More than likely, it's a temporary regression as work is being done.. |
No.01964
aaron Developer
Aug 5, 2008, 16:14
|
Yes, there is some work being done here. Don't sweat it for now. |
No.05039
Robbbert Senior Tester
Oct 20, 2009, 09:22
|
Found a fix for this - in src/audio/gottlieb.c in static void play_sample, each string should be preceded by [0], as shown in the Votrax printf's that Tafoid posted. |