neumatho / NostalgicPlayer

Music/module player written in C# that can play old modules from the Amiga and PC days. You can download modules from my home page.
https://nostalgicplayer.dk
MIT License
38 stars 4 forks source link

David Whittaker: qball.dw not played #64

Closed Kaens closed 6 months ago

Kaens commented 7 months ago

The recent Windows build doesn't play this file here. Apparently the sample data offset finder breaks at the check of [i+4] == 0x66 (it's 0x67 there instead). I don't understand this file format so uh no further aid :|

neumatho commented 7 months ago

Thanks for info. I will look at it. David Whittaker is not a specific file format like e.g. the mod format, but the player assembly code with the music data embedded in different places. So I need to find where these data are my looking in the code. This can be very difficult sometimes.

neumatho commented 7 months ago

The player embedded in the module is an early version of his original player. This module is the only one which uses this player. I have now made support to play it.