summaryrefslogtreecommitdiff
path: root/opl/opl_sdl.c
AgeCommit message (Expand)Author
2015-05-30Fix tab character.Simon Howard
2015-05-29Text formatting.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
2010-08-31Don't double OPL sample values, as it causes horrible things to happenSimon Howard
2010-08-15Fix volume multiply; DBOPL now generating output.Simon Howard
2010-08-15Hook DBOPL into OPL library and remove FMOPL. Does not generate anySimon Howard
2009-10-17Change GetSliceSize() to always return a power of two.Simon Howard
2009-10-17Add OPL library API function to set software emulation sample rate, andSimon Howard
2009-10-03Use Mix_HookMusic rather than Mix_SetPostMix for OPL emulation, to avoidSimon Howard
2009-10-01Convert to American English spellings.Simon Howard
2009-09-21Implement pausing of music.Simon Howard
2009-08-30Add method to clear all existing callbacks.Simon Howard
2009-08-29Don't crash if OPL is shutdown after SDL was initialised.Simon Howard
2009-08-29Set timer callback for OPL emulator so that the adlib detection routineSimon Howard
2009-08-28Working SDL OPL driver.Simon Howard
2009-05-30Add initial callback/timer API.Simon Howard
2009-05-27Add initial SDL driver.Simon Howard