summaryrefslogtreecommitdiff
path: root/opl/opl.h
AgeCommit message (Expand)Author
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
2009-10-17Add OPL library API function to set software emulation sample rate, andSimon Howard
2009-09-26Move register read/write code into OPL library. Detect OPL in theSimon 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-05-30Add initial callback/timer API.Simon Howard
2009-03-10Initialise OPL registers on startup, initialise voices.Simon Howard
2009-03-10Add opl library main header and stub functions.Simon Howard