summaryrefslogtreecommitdiff
path: root/opl/opl.c
AgeCommit message (Expand)Author
2015-06-08opl: Change result from OPL_Init() to an enum.Simon Howard
2015-05-29One result checking is enought to detect OPL3.Nuke.YKT
2015-05-29Added OPL3 mode support.Nuke.YKT
2014-10-07opl: Use uint64_t for microsecond times.Simon Howard
2014-05-11opl: Change library to use us instead of ms.Simon Howard
2014-05-10opl: Add API to adjust tempo.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2013-08-11Remove Windows CE support.Simon Howard
2010-02-27Fix race condition with condition variable freed before it is signaled.Simon Howard
2010-02-26Add OPL hardware playback support for Windows NT-based systems.Simon Howard
2009-10-17Add OPL library API function to set software emulation sample rate, andSimon Howard
2009-10-04Make OpenBSD native OPL backend work on x86_64 as well as i386.Simon Howard
2009-10-01Convert to American English spellings.Simon Howard
2009-09-30Add Win9x native OPL driver (untested).Simon Howard
2009-09-26Move register read/write code into OPL library. Detect OPL in theSimon Howard
2009-09-26Add OpenBSD/NetBSD native OPL backend.Simon Howard
2009-09-24Disable OPL debug output.Simon Howard
2009-09-21Implement pausing of music.Simon Howard
2009-08-30Add method to clear all existing callbacks.Simon Howard
2009-08-28Working SDL OPL driver.Simon Howard
2009-06-02Disable debug output.Simon Howard
2009-05-30Add initial callback/timer API.Simon Howard
2009-03-29Fix compile warning.Simon Howard
2009-03-11Debug trace code for register writes.Simon Howard
2009-03-10Add OPL lib plumbing and Linux native driver.Simon Howard
2009-03-10Add opl library main header and stub functions.Simon Howard