Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05495 Sound Major Always Apr 9, 2014, 00:16 25 days ago
Tester Tafoid View Status Public Platform
Assigned To pmackinlay Resolution Fixed OS
Status [?] Resolved Driver
Version 0.153 Fixed in Version 0.255 Build
Fixed in Git Commit 743ac09 Github Pull Request # #11190
Summary 05495: All sets in micro3d.c: Missing music/audio in game
Description Missing music/audio in game
Steps To Reproduce
Additional Information Related to DUART 68681 changes in r28660
Github Commit
Flags
Regression Version 0.153
Affected Sets / Systems All sets in micro3d.c
Attached Files
 
Relationships
has duplicate 06856Closed  botss, f15se: All Microprose Games lost the sound/ F15 Strike Eagle, and BOTSS 
Notes
1
User avatar
No.10839
hap
Developer
Jul 18, 2014, 01:43
Old 68681 device was removed, its serial port emulation was 'fake' (byte writes instead of bitstream). The new device is correct.
micro3d hardware has a setup that connects i8051 serial to 68681 serial. Our i8051 emulation is still using fake serial implementation. Until mcs51.c(i8051) is updated to use diserial, this bug cannot be fixed without jumping through kludges and hacks.