Skip to content

Releases: Fujix1/NanoDrive6

v1.84

31 Dec 09:15
Compare
Choose a tag to compare

Fixed the problem where wrongly output the second SN data.
Misc. cleanup and refactoring for future updates.

2個めのSNデータが間違って出力されていたのを修正。
クリーンアップとリファクタリング。

v1.83

07 Dec 06:21
Compare
Choose a tag to compare
  • Added workaround for the VGM file sending SN instructions even though there is no SN chip definition, which was causing a divide by zero error. It's Sonic & Knuckles "30 - All Chaos Emeralds.vgm" from vgmrips.net.
  • vgmrips.net のソニック&ナックルズ 30 曲目で、SNチップ定義が無いのにSN命令を送っているため、0で割るエラーが起きてクラッシュする問題を修正。

v1.82

05 Dec 01:18
Compare
Choose a tag to compare
  • Added workaround for XGM2 files output by mml2vgm missing a dummy sample to calculate the final sample size, causing overbound playback problems.
  • mml2vgm で出力される XGM2 で、最後のPCMのサイズを算出するダミーサンプルが登録されていないため、サイズ正しく計算されない問題に対策追加。

v1.81

04 Dec 14:51
Compare
Choose a tag to compare

Workaround for noisy PCM sound in some songs.

v1.8

04 Dec 12:10
Compare
Choose a tag to compare
  • Experimental support for XGM 2 format.

  • Optimized XGM 1 playback procedure.

  • Optimized VGM playback procedure. Got rid of the old delay variable and timing is based on the sample count now. No more unstable speed when playing back unoptimized VGM files.

  • New screenshot look up: /snap/songname.png

  • Misc. fixes and clean ups.

  • XGM 2 のテストサポート。

  • XGM 1 処理の最適化。

  • VGM 処理の最適化。無駄な処理を省いて、サンプルベースでタイミングをとるように変更。生 VGM のもたつきや、生 PCM の再生開始の遅れが解消。

  • 新しいスクリーンショットの検索候補: /snap/曲名.png

  • その他いろいろな修正とクリーンアップ。

v1.7

17 Nov 10:16
Compare
Choose a tag to compare

入力系の再修正。一部の外部バッテリーによる電圧までカバー。
Yet another fix for button inputs, covering wider voltage input for some special USB outputs.

v1.6

31 Oct 12:53
Compare
Choose a tag to compare

VGM タイミングの書きなおし。遅れやズレが起きない方法に変更。