Index of /misc/ymf262

 NameLast modifiedSize

 Parent Directory  -
 example/2012-02-03 12:00 -
 ymf262.dsk2011-12-23 12:41 0
 ymf262.bpf2011-12-22 22:42 107
 README.txt2012-02-03 20:07 680
 LICENSE2011-12-23 00:54 1.0K
 ymf262.res2011-12-23 00:49 1.5K
 ymf262.h2011-12-23 12:18 2.9K
 ymf262.bpr2011-12-23 00:49 3.6K
 ymf262.lib2011-12-23 12:37 11K
 ymf262.obj2011-12-23 12:37 19K
 ymf262.dll2011-12-23 12:37 66K
 ymf262.c2011-12-23 12:19 75K

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.