toyoshim / z-music.js

Z-MUSIC v1.10 and v2.08 for the web
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Filename case issue of '.Adpcm_Block_Data' #4

Open mt08xx opened 7 years ago

mt08xx commented 7 years ago

The line, `.Adpcm_Block_Data = ZPD_filename' The case is ignored and it uses Uppercase.

For example, in ZMS, .Adpcm_Block_Data = MoonRevenge.ZPD This tries to find the file 'MOONREVENGE.ZPD'. ( GET MOONREVENGE.ZPD could be seen in Browser console.)

So, ZPD filename needs to be Uppercase currently. (It should be the different behavior between UN*X-based and Human68k file system.... :-| )

toyoshim commented 7 years ago

This is unfortunate, but it seems Z-MUSIC converts cases internally. I do not have a clear solution for this, but let me keep this issue open so that others can notice this restriction easily.