MDXWin 雑なMXDRVエミュレータ


日本語 English

Download 20231214_MDXWin.zip 2023/12/14 History (2,232,979bytes) MD5:7f4ef6527b644145454804786e96c38d

Old version 2022/08/11 2022/08/15 2022/08/19 2022/09/10 2023/09/14

YouTube Demo streams Especially favorite streams




* System requirements
- OS : Windows 10 or above
- Runtime: .NET Desktop Runtime 8.0
- DirectX: Version 12 or above
- Recommended IPv6 internet connection and 192kHz 5.1chs surround speakers.

* Introduction
- MDXWin is an emulator that plays .MDX files on Windows.
- MXDRV is a music sequencer application for X68k.
- .MDX is a music file for MXDRV.
- .PDX is an ADPCM package file used with MDX.

* The .NET execution environment
- https://dotnet.microsoft.com/en-us/download/dotnet/8.0
- Download and install "Windows x64" in ".NET Desktop Runtime 8".

* About DLLs of PMDWin and WinFMP
- MDXWin can load DLLs by putting PMDWin.dll, WinFMP.dll, and ym2608_adpcm_rom.bin in the same folder as MDXWin.exe.
- I tested it with PMDWin052.zip/x64/PMDWin.dll and WinFMP052.zip/x64/WinFMP.dll.

History
-------

2022/07/20
Development started.

2023/09/14
Added partial support for English.

2023/12/14
Sounds. Supports PMDWin.dll(64bit) and WinFMP.dll(64bit). (require ym2608_adpcm_rom.bin)
Sounds. Supports 16bit linear PCM mode from "PCM8++ マーキュリー用PCMドライバー ver0.83d"
Sounds. Changed to ignore writing to undefined registers of YM2151.
Sounds. When analyzing the header of a PDX file, the analysis has been changed to terminate when 0x0c080808 or 0x08080808 is found.
Sounds. Speeded up ADPCM decoding program.
Sounds. Changed "Repeat end without repeat start" errors from fatal errors to continueable exceptions.
Sounds. Changed "Repeat escape without repeat start" errors from fatal errors to continueable exceptions.
Sounds. Changed "PDX header abnormality" errors from fatal errors to continueable exceptions.
Sounds. The sound generation frequency and sound output frequency are now matched. If the Windows sound setting is less than 62500Hz, it will be generated at 62500Hz.
Sounds. Added "Output to FLAC file" to the right-click menu of the file selector. (require flac.exe)
General.Double-click the visual window or press F to go into full-screen mode.
General.Load the visual window color settings from MDXWin_Visual.ini.
General.Load the visual window background from MDXWin_VisualBG.jpg.
General.The execution environment has been updated to .NET8.0.
General.Fixed a bug that caused blurry text in high DPI environments.
General.Added a preference window.
General.IPv4 is supported.