Notes |
|
|
I suspect you are using a (very) old version of the patch. What's the patch version you've been trying? |
|
|
|
I'm using Version 1.23 (27.11.2017) from the WHDLoad website. Just to confirm, I did a fresh install today and ran a couple of tests.
First I tested in FS-UAE and wasn't able to reproduce the sound issues in the emulator at all. No matter how fast I ran it, the sound was fine, so this seems to be an issue that happens on real hardware only.
Then I've tested on an A1200 with an ACA1233n, which has the advantage that I can run it at different clock speeds:
- 40 MHz gave me very notable sound glitches, some missing sound effects (especially in in the intro), dropouts in the music etc.
- 26 MHz improved it a little, but it was still notable.
- At even lower clock speeds it was still happening, but considerably better. Sound effects seemed to be mostly fine and I still got occasional missing notes in the music.
So, it seems to happen only on real hardware, and it seems to get worse with higher clock speeds. The game is running fine otherwise, no timing issues or anything. |
|
|
(0009494)
|
JOTD
|
2021-01-30 23:48
|
|
with winuae we can probably reproduce it with chipset_hacks=0x8 in .ini file
this dev option trashes the sound if timing isn't respected between writing to dmacon (to shut off the channel(s)) and new audio data fed to audx registers. |
|
|
|
Recently I've tested a TerribleFire 1260 card when I remembered this bug report. So I tried to run Pushover, and got the same audio problems with that card. So it's not limited to the ACA card, and with the 060 it's even worse, there's not much left of the music. Which seems to confirm that the sound glitches get worse the faster the CPU is.
Then I also tested with WinUAE, and while the sound is fine when I run it normally, with "chipset_hacks=0x8" it causes very similar audio dropouts. |
|
|
(0012221)
|
StingRay
|
2022-12-29 17:52
(Last edited: 2022-12-29 18:01) |
|
Confirmed, I had already fixed a few CPU dependent delay loops but there are more, probably "hidden" in the external files the game loads. Currently trying to find the remaining delay loops that need to be fixed.
|
|
|
|
I have added DMA waits in the MED replayer, please try attached slave, does it fix the sound issues? |
|
|
|
Thanks a lot! I'm not the original reporter but for me (A4000, 68060, OS 3.2.1) this fixes it. |
|
|
|
Thanks for the feedback, RobDangerous. I'll release an updated package of the patch then. |
|
|
|
The updated version of the patch is now available. |
|