This simple project exports the main YMF262 emulator functions of the MAME YMF262 emulator within a DLL. The actual code is the last working version from DOSBOX before they replaced the MAME emulator with their own. To utilise this DLL in an application that is aware of it download and place ymf262.dll into that applications installation directory. Alternatively, if you wish to write your own application which utilises the DLL then place the DLL in your development directory then in your code call the API function LoadLibrary then locate any required procedures within the DLL with GetProcAddress. The example directory contains an interface example of this in operation.